Class Job
java.lang.Object
com.atlassian.bamboo.configuration.external.yaml.properties.plan.Job
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionJob
(@NotNull String key, @NotNull String name, @NotNull String description, @NotNull Iterable<com.atlassian.bamboo.specs.api.builders.task.Task> tasks, @NotNull Iterable<com.atlassian.bamboo.specs.api.builders.task.Task> finalTasks, @NotNull Iterable<Requirement> requirements, @NotNull Iterable<Artifact> artifacts, @Nullable Docker docker, @Nullable Other other, @Nullable ArtifactSubscription artifactSubscription) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable ArtifactSubscription
@NotNull String
@Nullable Docker
@NotNull List<com.atlassian.bamboo.specs.api.builders.task.Task>
@NotNull String
getKey()
@NotNull String
getName()
@Nullable Other
getOther()
@NotNull List<Requirement>
@NotNull List<com.atlassian.bamboo.specs.api.builders.task.Task>
getTasks()
int
hashCode()
toString()
-
Constructor Details
-
Job
public Job(@NotNull @NotNull String key, @NotNull @NotNull String name, @NotNull @NotNull String description, @NotNull @NotNull Iterable<com.atlassian.bamboo.specs.api.builders.task.Task> tasks, @NotNull @NotNull Iterable<com.atlassian.bamboo.specs.api.builders.task.Task> finalTasks, @NotNull @NotNull Iterable<Requirement> requirements, @NotNull @NotNull Iterable<Artifact> artifacts, @Nullable @Nullable Docker docker, @Nullable @Nullable Other other, @Nullable @Nullable ArtifactSubscription artifactSubscription)
-
-
Method Details