Uses of Class
io.resys.wrench.assets.context.config.GitConfigBean
-
Packages that use GitConfigBean Package Description io.resys.wrench.assets.context.config io.resys.wrench.assets.git -
-
Uses of GitConfigBean in io.resys.wrench.assets.context.config
Methods in io.resys.wrench.assets.context.config that return GitConfigBean Modifier and Type Method Description GitConfigBeanGitConfigBean. setBranchSpecifier(String branchSpecifier)GitConfigBeanGitConfigBean. setPath(String path)GitConfigBeanGitConfigBean. setPrivateKey(String privateKey)GitConfigBeanGitConfigBean. setRepositoryUrl(String repositoryUrl) -
Uses of GitConfigBean in io.resys.wrench.assets.git
Methods in io.resys.wrench.assets.git with parameters of type GitConfigBean Modifier and Type Method Description GitRepositoryAssetGitConfiguration. gitRepository(GitConfigBean gitConfigBean, Optional<AssetAuthorProvider> authorProvider)
-