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
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.