java.lang.Object
org.kohsuke.github.GHWorkflowJob.Step
- Enclosing class:
- GHWorkflowJob
The Class Step.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionWhen was this step completed?.Gets the conclusion of the step.getName()
Gets the name of the step.int
Gets the sequential number of the step.When was this step started?.Gets status of the step.
-
Constructor Details
-
Step
public Step()Create default Step instance
-
-
Method Details
-
getName
Gets the name of the step.- Returns:
- name
-
getNumber
public int getNumber()Gets the sequential number of the step.- Returns:
- number
-
getStartedAt
When was this step started?.- Returns:
- start date
-
getCompletedAt
When was this step completed?.- Returns:
- completion date
-
getStatus
Gets status of the step.Can be
UNKNOWN
if the value returned by GitHub is unknown from the API.- Returns:
- status of the step
-
getConclusion
Gets the conclusion of the step.Can be
UNKNOWN
if the value returned by GitHub is unknown from the API.- Returns:
- conclusion of the step
-