Class GitHubWorkflowRun

java.lang.Object
io.micronaut.starter.client.github.v3.GitHubWorkflowRun

@Introspected public class GitHubWorkflowRun extends Object
GitHub workflow run.
Since:
2.2
Author:
Pavol Gressa
  • Constructor Details

    • GitHubWorkflowRun

      public GitHubWorkflowRun(Long id, String status, String conclusion)
  • Method Details

    • getId

      public Long getId()
      Returns:
      ID of the workflow run.
    • getStatus

      public String getStatus()
      Returns:
      The current status of the workflow run.
    • getConclusion

      public String getConclusion()
      Returns:
      The conclusion of the workflow run.
    • toString

      public String toString()
      Overrides:
      toString in class Object