Uses of Class
com.atlassian.bamboo.specs.api.model.task.TaskProperties
-
Packages that use TaskProperties Package Description com.atlassian.bamboo.specs.api.builders.task Generic classes, such as theAnyTaskclass for handling tasks unsupported by Bamboo Specs.com.atlassian.bamboo.specs.api.model.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.model.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.model.task The AnyTask class for handling tasks unsupported by Bamboo Specs. -
-
Uses of TaskProperties in com.atlassian.bamboo.specs.api.builders.task
Classes in com.atlassian.bamboo.specs.api.builders.task with type parameters of type TaskProperties Modifier and Type Class Description classTask<T extends Task<T,P>,P extends TaskProperties>Represents a Bamboo task. -
Uses of TaskProperties in com.atlassian.bamboo.specs.api.model.deployment
Methods in com.atlassian.bamboo.specs.api.model.deployment that return types with arguments of type TaskProperties Modifier and Type Method Description List<TaskProperties>EnvironmentProperties. getFinalTasks()List<TaskProperties>EnvironmentProperties. getTasks()Constructor parameters in com.atlassian.bamboo.specs.api.model.deployment with type arguments of type TaskProperties Constructor Description EnvironmentProperties(@NotNull String name, @Nullable String description, @NotNull List<TaskProperties> tasks, @NotNull List<TaskProperties> finalTasks, @NotNull List<TriggerProperties> triggers, @NotNull List<VariableProperties> variables, @NotNull List<RequirementProperties> requirements, @NotNull List<NotificationProperties> notifications, @NotNull DockerConfigurationProperties dockerConfiguration, @NotNull Collection<EnvironmentPluginConfigurationProperties> pluginConfigurations, Environment.ReleaseApprovalPrerequisite releaseApprovalPrerequisite) -
Uses of TaskProperties in com.atlassian.bamboo.specs.api.model.plan
Methods in com.atlassian.bamboo.specs.api.model.plan that return types with arguments of type TaskProperties Modifier and Type Method Description List<TaskProperties>JobProperties. getFinalTasks()List<TaskProperties>JobProperties. getTasks() -
Uses of TaskProperties in com.atlassian.bamboo.specs.api.model.task
Subclasses of TaskProperties in com.atlassian.bamboo.specs.api.model.task Modifier and Type Class Description classAnyTaskProperties
-