Uses of Class
com.atlassian.bamboo.specs.api.builders.task.Task
-
Packages that use Task Package Description com.atlassian.bamboo.specs.api.builders.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.builders.task Generic classes, such as theAnyTaskclass 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 Task Modifier and Type Method Description EnvironmentEnvironment. finalTasks(@NotNull Task<?,?>... finalTasks)Adds providedTasks to the list of the final tasks executed by the environment.EnvironmentEnvironment. tasks(@NotNull Task<?,?>... tasks)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 Modifier and Type Method Description JobJob. finalTasks(@NotNull Task<?,?>... finalTasks)Adds providedTasks to the list of the final tasks executed by the job.JobJob. tasks(@NotNull Task<?,?>... tasks)Adds providedTasks to the list of tasks executed by the job. -
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 Task Modifier and Type Class Description classTask<T extends Task<T,P>,P extends TaskProperties>Represents a Bamboo task.Subclasses of Task in com.atlassian.bamboo.specs.api.builders.task Modifier and Type Class Description classAnyTaskRepresents a task of any type.
-