Uses of Class
com.atlassian.bamboo.configuration.external.yaml.properties.plan.Other
-
Packages that use Other Package Description com.atlassian.bamboo.configuration.external.yaml.properties.plan -
-
Uses of Other in com.atlassian.bamboo.configuration.external.yaml.properties.plan
Methods in com.atlassian.bamboo.configuration.external.yaml.properties.plan that return Other Modifier and Type Method Description @Nullable Other
Job. getOther()
Constructors in com.atlassian.bamboo.configuration.external.yaml.properties.plan with parameters of type Other Constructor Description Job(@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)
-