@PublicApi public class PlanVcsRevisionData extends Object
Modifier and Type | Field and Description |
---|---|
static PlanVcsRevisionData |
NULL_REVISION |
Constructor and Description |
---|
PlanVcsRevisionData(BuildRepositoryChanges buildRepositoryChanges) |
PlanVcsRevisionData(String vcsRevisionKey,
String customXmlData)
Deprecated.
since 5.14 you should always set actual branch if it can be done
|
PlanVcsRevisionData(String vcsRevisionKey,
String customXmlData,
VcsBranch actualBranch) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
VcsBranch |
getActualBranch()
Vcs branch on which change actually is.
|
String |
getCustomXmlData() |
VcsBranch |
getOverriddenBranch()
Deprecated.
since 5.14 use
getActualBranch() |
String |
getVcsRevisionKey() |
int |
hashCode() |
public static final PlanVcsRevisionData NULL_REVISION
@Deprecated public PlanVcsRevisionData(@Nullable String vcsRevisionKey, @Nullable String customXmlData)
vcsRevisionKey
- customXmlData
- public PlanVcsRevisionData(@NotNull BuildRepositoryChanges buildRepositoryChanges)
@Nullable public String getVcsRevisionKey()
@Nullable public String getCustomXmlData()
@Nullable public VcsBranch getActualBranch()
@Deprecated @Nullable public VcsBranch getOverriddenBranch()
getActualBranch()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.