Class ApiPaths.JobApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.JobApiPaths
- Enclosing class:
ApiPaths
Job and background task API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelative path for an authorized artifact download.static final StringRelative path for a durable attempt addressed by public UUID.static final StringRelative path for cancelling a durable attempt.static final StringRelative path for retrying a durable attempt.static final StringBase path for job endpoints.static final StringRelative path for paginated action execution events.static final StringRelative path for bounded operator summary search. -
Method Summary
-
Field Details
-
BASE
-
OPERATOR_SEARCH
Relative path for bounded operator summary search.- See Also:
-
ATTEMPT
Relative path for a durable attempt addressed by public UUID.- See Also:
-
ATTEMPT_RETRY
-
ATTEMPT_CANCEL
-
EXECUTION_EVENTS
Relative path for paginated action execution events.- See Also:
-
ARTIFACT_DOWNLOAD
Relative path for an authorized artifact download.- See Also:
-