@Entity public class PlanBuildNumbersImpl extends BambooEntityObject implements PlanBuildNumbers
Modifier and Type | Field and Description |
---|---|
static PlanBuildNumbers |
UNINITIALISED |
Constructor and Description |
---|
PlanBuildNumbersImpl() |
PlanBuildNumbersImpl(PlanIdentifier planIdentifier) |
Modifier and Type | Method and Description |
---|---|
int |
getNextBuildNumber()
The next build number represents the number of the next build result that's to be executed.
|
long |
getPlanId() |
void |
setNextBuildNumber(int nextBuildNumber) |
void |
setPlanId(long planId) |
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setId
getId
public static PlanBuildNumbers UNINITIALISED
public PlanBuildNumbersImpl()
public PlanBuildNumbersImpl(@NotNull PlanIdentifier planIdentifier)
public long getPlanId()
getPlanId
in interface PlanBuildNumbers
public int getNextBuildNumber()
PlanBuildNumbers
getNextBuildNumber
in interface PlanBuildNumbers
public void setPlanId(long planId)
public void setNextBuildNumber(int nextBuildNumber)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.