@Entity @Internal public class PlanVcsRevisionHistoryItem extends HibernateBambooEntityObject
PlanVcsRevisionHistoryService
.Constructor and Description |
---|
PlanVcsRevisionHistoryItem()
Empty constructor.
|
PlanVcsRevisionHistoryItem(@NotNull PlanKey planKey,
int buildNumber,
@NotNull PlanVcsRevisionData planVcsRevisionData,
long repositoryId) |
Modifier and Type | Method and Description |
---|---|
PlanVcsRevisionData |
asRevisionData() |
int |
getBuildNumber() |
@Nullable String |
getCustomXmlData() |
PlanKey |
getPlanKey() |
long |
getRepositoryId() |
String |
getVcsRevisionKey() |
void |
setBuildNumber(int buildNumber) |
void |
setCustomXmlData(@Nullable String customXmlData) |
void |
setPlanKey(PlanKey planKey) |
void |
setRepositoryId(long repositoryId) |
void |
setVcsRevisionKey(String vcsRevisionKey) |
getId, setId
public PlanVcsRevisionHistoryItem()
public PlanVcsRevisionHistoryItem(@NotNull @NotNull PlanKey planKey, int buildNumber, @NotNull @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 @Nullable String getCustomXmlData()
public void setCustomXmlData(@Nullable @Nullable String customXmlData)
public PlanVcsRevisionData asRevisionData()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.