Uses of Class
com.cloudogu.scmmanager.scm.api.CloneInformation
-
Uses of CloneInformation in com.cloudogu.scmmanager.scm.api
Modifier and TypeMethodDescriptionRepository.getCloneInformation
(String protocol) ScmManagerHead.getCloneInformation()
ModifierConstructorDescriptionPullRequest
(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)