Uses of Class
com.cloudogu.scmmanager.scm.api.CloneInformation
Packages that use CloneInformation
-
Uses of CloneInformation in com.cloudogu.scmmanager.scm.api
Methods in com.cloudogu.scmmanager.scm.api that return CloneInformationModifier and TypeMethodDescriptionRepository.getCloneInformation
(String protocol) ScmManagerHead.getCloneInformation()
Constructors in com.cloudogu.scmmanager.scm.api with parameters of type CloneInformationModifierConstructorDescriptionPullRequest
(String id, Branch targetBranch, Branch sourceBranch, CloneInformation cloneInformation) ScmManagerHead
(CloneInformation cloneInformation, String name) ScmManagerPullRequestHead
(CloneInformation cloneInformation, String id, ScmManagerHead target, ScmManagerHead source) ScmManagerTag
(CloneInformation cloneInformation, String name, long timestamp) Tag
(String name, String revision, Changeset changeset, CloneInformation cloneInformation)