Class GitHubTagCreatedEvent

All Implemented Interfaces:
ExtensionPoint, Describable<GitHubTagEvent>

public class GitHubTagCreatedEvent extends GitHubTagEvent
Triggers when tag didn't exist before and appeared in remote.
Author:
Kanstantsin Shautsou
  • Constructor Details

    • GitHubTagCreatedEvent

      @DataBoundConstructor public GitHubTagCreatedEvent()
  • Method Details

    • check

      public GitHubTagCause check(@NonNull GitHubTagDecisionContext context) throws IOException
      Description copied from class: GitHubTagEvent
      indicates that branch was created
      Overrides:
      check in class GitHubTagEvent
      Returns:
      cause object. null when no influence (other events will be checked. If cause.isSkip() == true, then other checks wouldn't influence. And triggering for this branch will be skipped. If cause.isSkip() == false, indicates that branch build should be run.
      Throws:
      IOException