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
-
public class DumpVariablesTask extends com.atlassian.bamboo.specs.api.builders.task.Task<DumpVariablesTask,DumpVariablesTaskProperties>
Represents a task that dumps Bamboo variables to log when task is run on agent.
-
-
Constructor Summary
Constructors Constructor Description DumpVariablesTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull DumpVariablesTaskPropertiesbuild()booleanequals(java.lang.Object o)inthashCode()
-
-
-
Method Detail
-
build
@NotNull protected @NotNull DumpVariablesTaskProperties build()
- Specified by:
buildin classcom.atlassian.bamboo.specs.api.builders.task.Task<DumpVariablesTask,DumpVariablesTaskProperties>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classcom.atlassian.bamboo.specs.api.builders.task.Task<DumpVariablesTask,DumpVariablesTaskProperties>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.atlassian.bamboo.specs.api.builders.task.Task<DumpVariablesTask,DumpVariablesTaskProperties>
-
-