@Entity public class PlanBuildNumbersImpl extends BambooEntityObject implements PlanBuildNumbers
| Modifier and Type | Field and Description |
|---|---|
static PlanBuildNumbers |
UNINITIALISED |
| Constructor and Description |
|---|
PlanBuildNumbersImpl() |
PlanBuildNumbersImpl(@NotNull 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, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitsetIdgetIdpublic static PlanBuildNumbers UNINITIALISED
public PlanBuildNumbersImpl()
public PlanBuildNumbersImpl(@NotNull
@NotNull PlanIdentifier planIdentifier)
public long getPlanId()
getPlanId in interface PlanBuildNumberspublic int getNextBuildNumber()
PlanBuildNumbersgetNextBuildNumber in interface PlanBuildNumberspublic void setPlanId(long planId)
public void setNextBuildNumber(int nextBuildNumber)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.