Uses of Class
com.atlassian.bamboo.specs.api.model.task.TaskProperties
Packages that use TaskProperties
Package
Description
Generic classes, such as the
AnyTask class for handling tasks unsupported by Bamboo Specs.Deployment project and environments.
Plan, plan branches, stages and jobs.
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 TaskPropertiesModifier and TypeClassDescriptionclassTask<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 TaskPropertiesModifier and TypeMethodDescriptionEnvironmentProperties.getFinalTasks()EnvironmentProperties.getTasks()Constructor parameters in com.atlassian.bamboo.specs.api.model.deployment with type arguments of type TaskPropertiesModifierConstructorDescriptionEnvironmentProperties(@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 -
Uses of TaskProperties in com.atlassian.bamboo.specs.api.model.task
Subclasses of TaskProperties in com.atlassian.bamboo.specs.api.model.task