Uses of Class
com.atlassian.bamboo.specs.api.builders.task.Task
Packages that use Task
Package
Description
Deployment project and environments.
Plan, plan branches, stages and jobs.
Generic classes, such as the
AnyTask class for handling tasks unsupported by Bamboo Specs.-
Uses of Task in com.atlassian.bamboo.specs.api.builders.deployment
Methods in com.atlassian.bamboo.specs.api.builders.deployment with parameters of type TaskModifier and TypeMethodDescriptionEnvironment.finalTasks(@NotNull Task<?, ?>... finalTasks) Adds providedTasks to the list of the final tasks executed by the environment.Adds providedTasks to the list of tasks executed by the environment. -
Uses of Task in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type Task -
Uses of Task in com.atlassian.bamboo.specs.api.builders.task
Classes in com.atlassian.bamboo.specs.api.builders.task with type parameters of type TaskModifier and TypeClassDescriptionclassTask<T extends Task<T,P>, P extends TaskProperties> Represents a Bamboo task.Subclasses of Task in com.atlassian.bamboo.specs.api.builders.task