Class ApiPaths.JobApiPaths

java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.JobApiPaths
Enclosing class:
ApiPaths

public static final class ApiPaths.JobApiPaths extends Object
Job and background task API paths.
Version:
3.0.6
Author:
Stephen Prizio
  • Field Details

    • BASE

      public static final String BASE
      Base path for job endpoints.
      See Also:
    • ATTEMPT

      public static final String ATTEMPT
      Relative path for a durable attempt addressed by public UUID.
      See Also:
    • ATTEMPT_RETRY

      public static final String ATTEMPT_RETRY
      Relative path for retrying a durable attempt.
      See Also:
    • ATTEMPT_CANCEL

      public static final String ATTEMPT_CANCEL
      Relative path for cancelling a durable attempt.
      See Also:
    • EXECUTION_EVENTS

      public static final String EXECUTION_EVENTS
      Relative path for paginated action execution events.
      See Also:
    • ARTIFACT_DOWNLOAD

      public static final String ARTIFACT_DOWNLOAD
      Relative path for an authorized artifact download.
      See Also: