Interface PreparedExecutionReference

  • All Known Subinterfaces:
    ExecutionReference

    public interface PreparedExecutionReference
    Details about an execution that has no state
    • Method Detail

      • getProject

        java.lang.String getProject()
        Returns:
        project name
      • getId

        java.lang.String getId()
        Returns:
        execution ID
      • getUuid

        java.lang.String getUuid()
        Returns:
        execution UUID
      • getJob

        JobReference getJob()
        Returns:
        job reference, or null if not associated with a job
      • isScheduled

        boolean isScheduled()
        Returns:
        true if execution was created from a schedule trigger
      • getExecutionType

        java.lang.String getExecutionType()
        Returns:
        execution type