Package io.jenkins.plugins.ghacloud
Class GitHubClient.WorkflowRunStatus
java.lang.Object
io.jenkins.plugins.ghacloud.GitHubClient.WorkflowRunStatus
- Enclosing class:
- GitHubClient
Represents the status of a GitHub Actions workflow run.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the workflow run has completed (regardless of outcome).booleanReturns true if the workflow run completed with a failure, cancellation, or timeout.
-
Constructor Details
-
WorkflowRunStatus
-
-
Method Details
-
getStatus
-
getConclusion
-
isCompleted
public boolean isCompleted()Returns true if the workflow run has completed (regardless of outcome). -
isFailure
public boolean isFailure()Returns true if the workflow run completed with a failure, cancellation, or timeout.
-