Class DumpVariablesTask
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
com.atlassian.bamboo.specs.api.builders.task.Task<DumpVariablesTask,DumpVariablesTaskProperties>
com.atlassian.bamboo.specs.builders.task.DumpVariablesTask
Represents a task that dumps Bamboo variables to log when task is run on agent.
-
Field Summary
Fields inherited from class com.atlassian.bamboo.specs.api.builders.task.Task
conditions, description, requirements, taskEnabled
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull DumpVariablesTaskProperties
build()
boolean
int
hashCode()
Methods inherited from class com.atlassian.bamboo.specs.api.builders.task.Task
conditions, description, enabled, requirements, toString
-
Constructor Details
-
DumpVariablesTask
public DumpVariablesTask()
-
-
Method Details
-
build
- Specified by:
build
in classTask<DumpVariablesTask,
DumpVariablesTaskProperties>
-
equals
- Overrides:
equals
in classTask<DumpVariablesTask,
DumpVariablesTaskProperties>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTask<DumpVariablesTask,
DumpVariablesTaskProperties>
-