com.atlassian.bamboo.task.runtime
Interface RuntimeTaskDefinition

All Superinterfaces:
Serializable, TaskDefinition, TaskIdentifier
All Known Implementing Classes:
RuntimeTaskDefinitionImpl

@PublicApi
public interface RuntimeTaskDefinition
extends TaskDefinition

Task definition extended with runtime information

Since:
5.9

Field Summary
 
Fields inherited from interface com.atlassian.bamboo.task.TaskDefinition
DISABLED, ENABLED
 
Method Summary
 boolean doesTaskProduceTestResults()
           
 Map<String,String> getRuntimeContext()
           
 
Methods inherited from interface com.atlassian.bamboo.task.TaskDefinition
getConfiguration, getRootDirectorySelector, setConfiguration, setEnabled, setFinalising, setRootDirectorySelector, setUserDescription
 
Methods inherited from interface com.atlassian.bamboo.task.TaskIdentifier
getId, getPluginKey, getUserDescription, isEnabled, isFinalising
 

Method Detail

getRuntimeContext

@NotNull
Map<String,String> getRuntimeContext()
Returns:
custom runtime data that complement static task configuration

doesTaskProduceTestResults

boolean doesTaskProduceTestResults()
Returns:
true iff task is expected to produce test results


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.