Uses of Class
org.guvnor.structure.repositories.Branch
-
Packages that use Branch Package Description org.guvnor.structure.repositories org.guvnor.structure.repositories.impl.git -
-
Uses of Branch in org.guvnor.structure.repositories
Methods in org.guvnor.structure.repositories that return types with arguments of type Branch Modifier and Type Method Description Optional<Branch>Repository. getBranch(String branch)Optional<Branch>Repository. getBranch(org.uberfire.backend.vfs.Path branchRoot)Collection<Branch>Repository. getBranches()Returns "read-only" view of all branches available in this repository.Optional<Branch>Repository. getDefaultBranch()In the case of Git repository this would be master. -
Uses of Branch in org.guvnor.structure.repositories.impl.git
Methods in org.guvnor.structure.repositories.impl.git that return types with arguments of type Branch Modifier and Type Method Description Optional<Branch>GitRepository. getBranch(String branchName)Optional<Branch>GitRepository. getBranch(org.uberfire.backend.vfs.Path branchRoot)Collection<Branch>GitRepository. getBranches()Optional<Branch>GitRepository. getDefaultBranch()Methods in org.guvnor.structure.repositories.impl.git with parameters of type Branch Modifier and Type Method Description voidGitRepository. addBranch(Branch branch)Method parameters in org.guvnor.structure.repositories.impl.git with type arguments of type Branch Modifier and Type Method Description voidGitRepository. setBranches(Map<String,Branch> branches)
-