Class WorkflowRun

java.lang.Object
com.azure.resourcemanager.devhub.models.WorkflowRun

public final class WorkflowRun extends Object
The WorkflowRun model.
  • Constructor Details

    • WorkflowRun

      public WorkflowRun()
  • Method Details

    • succeeded

      public Boolean succeeded()
      Get the succeeded property: Describes if the workflow run succeeded.
      Returns:
      the succeeded value.
    • workflowRunUrl

      public String workflowRunUrl()
      Get the workflowRunUrl property: URL to the run of the workflow.
      Returns:
      the workflowRunUrl value.
    • lastRunAt

      public OffsetDateTime lastRunAt()
      Get the lastRunAt property: The timestamp of the last workflow run.
      Returns:
      the lastRunAt value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.