Class GitHubActionsRunAction

java.lang.Object
io.jenkins.plugins.ghacloud.GitHubActionsRunAction
All Implemented Interfaces:
Action, ModelObject

public class GitHubActionsRunAction extends Object implements Action
Action that adds a "GitHub Actions Run" link to the agent's sidebar. Clicking it redirects to the workflow run on GitHub.
  • Constructor Details

    • GitHubActionsRunAction

      public GitHubActionsRunAction(long runId, String url)
  • Method Details