Modifier and Type | Method and Description |
---|---|
RestKey |
PlanKeyRestKeyAdapter.marshal(PlanKey key) |
Modifier and Type | Method and Description |
---|---|
PlanKey |
PlanKeyRestKeyAdapter.unmarshal(RestKey restKey) |
Modifier and Type | Method and Description |
---|---|
RestKey |
RestEnvironment.getKey() |
Modifier and Type | Method and Description |
---|---|
RestKey |
RestPlanConfig.getKey() |
Modifier and Type | Method and Description |
---|---|
RestPlanConfig.Builder |
RestPlanConfig.Builder.key(RestKey key) |
Modifier and Type | Method and Description |
---|---|
RestKey |
RestJob.getKey() |
RestKey |
RestJob.getSourceJobKey() |
Modifier and Type | Method and Description |
---|---|
RestJob.Builder |
RestJob.Builder.key(RestKey key) |
Constructor and Description |
---|
RestJob(Long id,
RestKey sourceJobKey,
Long stageId,
RestKey key,
String name,
String description,
Boolean suspended) |
RestJob(Long id,
RestKey sourceJobKey,
RestKey key,
String name,
String description,
Boolean suspended) |
RestJob(Long id,
RestKey key,
String name,
String description,
Boolean suspended) |
RestJob(RestKey key,
String name,
String description,
Boolean suspended) |
Modifier and Type | Method and Description |
---|---|
RestKey |
RestJob.getKey() |
Modifier and Type | Method and Description |
---|---|
void |
RestJob.setKey(RestKey key) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.