Class WorkflowRun
java.lang.Object
com.azure.resourcemanager.devhub.models.WorkflowRun
The WorkflowRun model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the lastRunAt property: The timestamp of the last workflow run.Get the succeeded property: Describes if the workflow run succeeded.void
validate()
Validates the instance.Get the workflowRunUrl property: URL to the run of the workflow.
-
Constructor Details
-
WorkflowRun
public WorkflowRun()
-
-
Method Details
-
succeeded
Get the succeeded property: Describes if the workflow run succeeded.- Returns:
- the succeeded value.
-
workflowRunUrl
Get the workflowRunUrl property: URL to the run of the workflow.- Returns:
- the workflowRunUrl value.
-
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.
-