Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.Job
Packages that use Job
Package
Description
Plan, plan branches, stages and jobs.
-
Uses of Job in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan that return JobModifier and TypeMethodDescriptionAdds providedArtifacts to the list of artifacts produced by the job.Job.artifactSubscriptions(@NotNull ArtifactSubscription... subscriptions) Add artifact subscriptions.Job.cleanWorkingDirectory(boolean cleanWorkingDirectory) Specifies if job should clean working directory after executing.Job.description(@Nullable String description) Sets the job's description.Job.dockerConfiguration(@NotNull DockerConfiguration dockerConfiguration) Configure Docker for this job.Job.enabled(boolean enabled) Enables/disables the job.Job.finalTasks(@NotNull Task<?, ?>... finalTasks) Adds providedTasks to the list of the final tasks executed by the job.Sets the job's key.Sets the job's key.Sets the job's name.Job.noPluginConfigurations()Deprecated.Job.pluginConfigurations(@NotNull PluginConfiguration<?>... pluginConfigurations) Appends plugin configuration to the plan.Job.requirements(Requirement... requirements) Adds custom requirements to the job.Adds providedTasks to the list of tasks executed by the job.Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type JobConstructors in com.atlassian.bamboo.specs.api.builders.plan with parameters of type Job