static GHWorkflowRun.Conclusion |
GHWorkflowRun.Conclusion.from(String value) |
|
GHWorkflowRun.Conclusion |
GHWorkflowJob.getConclusion() |
Gets the conclusion of the job.
|
GHWorkflowRun.Conclusion |
GHWorkflowJob.Step.getConclusion() |
Gets the conclusion of the step.
|
GHWorkflowRun.Conclusion |
GHWorkflowRun.getConclusion() |
Gets the conclusion of the workflow run.
|
static GHWorkflowRun.Conclusion |
GHWorkflowRun.Conclusion.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static GHWorkflowRun.Conclusion[] |
GHWorkflowRun.Conclusion.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|