Job |
Job.artifacts(@NotNull Artifact... artifacts) |
Adds provided Artifacts to the list of artifacts produced by the job.
|
Job |
Job.artifactSubscriptions(@NotNull ArtifactSubscription... subscriptions) |
Add artifact subscriptions.
|
Job |
Job.cleanWorkingDirectory(boolean cleanWorkingDirectory) |
Specifies if job should clean working directory after executing.
|
Job |
Job.description(@Nullable java.lang.String description) |
Sets the job's description.
|
Job |
Job.dockerConfiguration(@NotNull DockerConfiguration dockerConfiguration) |
Configure Docker for this job.
|
Job |
Job.enabled(boolean enabled) |
Enables/disables the job.
|
Job |
Job.finalTasks(@NotNull Task<?,?>... finalTasks) |
Adds provided Tasks to the list of the final tasks executed by the job.
|
Job |
Job.key(@NotNull BambooKey key) |
Sets the job's key.
|
Job |
Job.key(@NotNull java.lang.String key) |
Sets the job's key.
|
Job |
Job.name(@NotNull java.lang.String name) |
Sets the job's name.
|
Job |
Job.noPluginConfigurations() |
Deprecated.
|
Job |
Job.pluginConfigurations(@NotNull PluginConfiguration<?>... pluginConfigurations) |
Appends plugin configuration to the plan.
|
Job |
Job.requirements(Requirement... requirements) |
Adds custom requirements to the job.
|
Job |
Job.tasks(@NotNull Task<?,?>... tasks) |
Adds provided Tasks to the list of tasks executed by the job.
|