@Immutable public class Job extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Job.Config |
Constructor and Description |
---|
Job(List<String> scripts,
List<String> requirements,
List<Artifact> artifacts,
List<TestParser> testParsers,
String interpreter,
DockerConfiguration dockerConfiguration) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Artifact> |
getArtifacts() |
DockerConfiguration |
getDockerConfiguration() |
String |
getInterpreter() |
List<String> |
getRequirements() |
List<String> |
getScripts() |
List<TestParser> |
getTestParsers() |
int |
hashCode() |
String |
toString() |
public Job(@NotNull List<String> scripts, @Nullable List<String> requirements, @Nullable List<Artifact> artifacts, @Nullable List<TestParser> testParsers, @NotNull String interpreter, @Nullable DockerConfiguration dockerConfiguration)
@NotNull public String getInterpreter()
@NotNull public List<TestParser> getTestParsers()
@Nullable public DockerConfiguration getDockerConfiguration()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.