@Internal public class PlanVcsRevisionHistoryItem extends BambooEntityObject
PlanVcsRevisionHistoryService
.Constructor and Description |
---|
PlanVcsRevisionHistoryItem()
Empty constructor.
|
PlanVcsRevisionHistoryItem(PlanKey planKey,
int buildNumber,
PlanVcsRevisionData planVcsRevisionData,
long repositoryId) |
Modifier and Type | Method and Description |
---|---|
PlanVcsRevisionData |
asRevisionData() |
int |
getBuildNumber() |
String |
getCustomXmlData() |
PlanKey |
getPlanKey() |
long |
getRepositoryId() |
String |
getVcsRevisionKey() |
void |
setBuildNumber(int buildNumber) |
void |
setCustomXmlData(String customXmlData) |
void |
setPlanKey(PlanKey planKey) |
void |
setRepositoryId(long repositoryId) |
void |
setVcsRevisionKey(String vcsRevisionKey) |
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setId
getId
public PlanVcsRevisionHistoryItem()
public PlanVcsRevisionHistoryItem(@NotNull PlanKey planKey, int buildNumber, @NotNull PlanVcsRevisionData planVcsRevisionData, long repositoryId)
public PlanKey getPlanKey()
public void setPlanKey(PlanKey planKey)
public int getBuildNumber()
public void setBuildNumber(int buildNumber)
public String getVcsRevisionKey()
public void setVcsRevisionKey(String vcsRevisionKey)
public long getRepositoryId()
public void setRepositoryId(long repositoryId)
@Nullable public String getCustomXmlData()
public void setCustomXmlData(@Nullable String customXmlData)
public PlanVcsRevisionData asRevisionData()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.