com.atlassian.bamboo.build
Interface Job

All Superinterfaces:
BambooObject, Buildable, Deletable, Describable, DescriptionProvider, NameProvider, Plan
All Known Implementing Classes:
DefaultJob

public interface Job
extends Buildable


Field Summary
 
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
 
Method Summary
 Chain getParent()
          The Chain that this Job is a member of
 ChainStage getStage()
          The ChainStage that this Job is a member of
 void setStage(ChainStage stage)
           
 
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.plan.Plan
getAverageBuildDuration, getBuildDefinition, getBuildDefinitionXml, getBuildKey, getBuildLogger, getBuildName, getCurrentStatus, getFirstBuildNumber, getKey, getLabellings, getLastBuildNumber, getLastVcsRevisionKey, getLatestResultsSummary, getName, getNextBuildNumber, getPlanKey, getProject, getRelatedLabellings, getSourceCodeDirectory, getType, hasTests, isActive, isBusy, isExecuting, isSuspendedFromBuilding, setBuildDefinitionXml, setBuildKey, setBuildName, setFirstBuildNumber, setKey, setLabellings, setLastBuildNumber, setLastVcsRevisionKey, setNextBuildNumber, setProject, setSuspendedFromBuilding, validateBuild
 
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
 

Method Detail

getParent

@NotNull
Chain getParent()
The Chain that this Job is a member of

Returns:
chain

getStage

@NotNull
ChainStage getStage()
The ChainStage that this Job is a member of

Returns:
stage

setStage

void setStage(@NotNull
              ChainStage stage)


Copyright © 2011 Atlassian. All Rights Reserved.