Uses of Class
com.atlassian.bamboo.configuration.external.yaml.properties.plan.Job
-
Packages that use Job Package Description com.atlassian.bamboo.configuration.external.yaml.properties.plan -
-
Uses of Job in com.atlassian.bamboo.configuration.external.yaml.properties.plan
Methods in com.atlassian.bamboo.configuration.external.yaml.properties.plan that return types with arguments of type Job Modifier and Type Method Description @NotNull List<Job>
Stage. getJobs()
Constructor parameters in com.atlassian.bamboo.configuration.external.yaml.properties.plan with type arguments of type Job Constructor Description Stage(@NotNull String name, @NotNull Iterable<Job> jobs, @NotNull String description, boolean isManual, boolean isFinal)
-