|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.core.bean.EntityObject com.atlassian.bamboo.core.BambooEntityObject com.atlassian.bamboo.plan.AbstractPlan com.atlassian.bamboo.build.AbstractBuildable com.atlassian.bamboo.build.DefaultJob
public class DefaultJob
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject |
---|
id |
Fields inherited from interface com.atlassian.bamboo.plan.Plan |
---|
MAX_NUMBER_LOG_ENTRIES, MAX_PREVIOUS_BUILD_FOR_AVE, STATUS_CURRENTLY_BUILDING, STATUS_FAIL, STATUS_NO_BUILDS, STATUS_NOT_RUN, STATUS_SUCCESS |
Constructor Summary | |
---|---|
DefaultJob()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the full name for the build in the form of "project name - build name" e.g. |
Chain |
getParent()
The Chain that this Job is a member of |
ChainStage |
getStage()
The ChainStage that this Job is a member of |
java.lang.String |
getType()
|
boolean |
isActive()
Checks if the plan has an active build(s). |
void |
setStage(ChainStage chainStage)
|
Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject |
---|
getId, setId |
Methods inherited from class com.atlassian.core.bean.EntityObject |
---|
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDate |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.build.Buildable |
---|
addBuildResultSummary, getBuildResultSummaries, getFirstBuildSummary, getLatestBuildSummary, getNextBuildResults, getNumberOfConcurrentlyRunningBuilds, getPreviousBuildResults, getRequirementSet, hasBuildResults, isInBuildQueue, removeBuildResultSummary, setRequirementSet |
Methods inherited from interface com.atlassian.bamboo.Describable |
---|
setDescription, setName |
Methods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider |
---|
getDescription |
Methods inherited from interface com.atlassian.bamboo.deletion.Deletable |
---|
isMarkedForDeletion, setMarkedForDeletion |
Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
---|
getId, setId |
Constructor Detail |
---|
public DefaultJob()
Method Detail |
---|
@NotNull public java.lang.String getType()
getType
in interface Plan
@NotNull public Chain getParent()
Job
Chain
that this Job
is a member of
getParent
in interface Job
@NotNull public ChainStage getStage()
Job
ChainStage
that this Job
is a member of
getStage
in interface Job
public void setStage(@NotNull ChainStage chainStage)
setStage
in interface Job
@NotNull public java.lang.String getName()
Plan
getName
in interface Plan
getName
in interface DescriptionProvider
getName
in interface NameProvider
getName
in class AbstractPlan
public boolean isActive()
Plan
isActive
in interface Plan
isActive
in class AbstractBuildable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |