com.atlassian.bamboo.task
Interface TaskIdentifier
- All Known Subinterfaces:
- InternalTaskContext, TaskContext, TaskDefinition
- All Known Implementing Classes:
- DecoratedTaskDefinition, ImmutableTaskDefinition, TaskContextImpl, TaskDefinitionImpl
public interface TaskIdentifier
This interface defines a configured instance of a TaskType
- Since:
- 3.1
- See Also:
TaskType
,
TaskContext
getId
long getId()
- Returns:
- the id of this configuration. Unique within the given context (e.g.
Job
getPluginKey
@NotNull
java.lang.String getPluginKey()
- Returns:
- Complete key of the task type plugin module
getUserDescription
@Nullable
java.lang.String getUserDescription()
- Returns:
- the description of the task as defined by the user
isFinalising
boolean isFinalising()
- Returns:
- true if the task should be run in finalisation phase
Copyright © 2012 Atlassian. All Rights Reserved.