Interface RuntimeTaskDefinition
- All Superinterfaces:
EntityWithOid
,ImmutableEntityWithOid
,PluginKeyProvider
,Serializable
,TaskDefinition
,TaskIdentifier
- All Known Implementing Classes:
RuntimeTaskDefinitionImpl
Task definition extended with runtime information
- Since:
- 5.9
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.task.TaskDefinition
DISABLED, ENABLED
-
Method Summary
Methods inherited from interface com.atlassian.bamboo.core.EntityWithOid
setOid
Methods inherited from interface com.atlassian.bamboo.core.ImmutableEntityWithOid
getOid
Methods inherited from interface com.atlassian.bamboo.task.TaskDefinition
getConditions, getConfiguration, getEntityType, getRootDirectorySelector, setConditions, setConfiguration, setEnabled, setFinalising, setRootDirectorySelector, setUserDescription
Methods inherited from interface com.atlassian.bamboo.task.TaskIdentifier
getId, getPluginKey, getUserDescription, isEnabled, isFinalising
-
Method Details
-
getRuntimeContext
- Returns:
- custom runtime data that complement static task configuration
-
doesTaskProduceTestResults
boolean doesTaskProduceTestResults()- Returns:
- true iff task is expected to produce test results
-
getRuntimeData
- Returns:
- custom runtime data that complement static task configuration
- Since:
- 5.10
-