Class GitHubTagRestrictionFilter

java.lang.Object
hudson.model.AbstractDescribableImpl<GitHubTagEvent>
com.github.kostyasha.github.integration.tag.events.GitHubTagEvent
com.github.kostyasha.github.integration.tag.events.impl.GitHubTagRestrictionFilter
All Implemented Interfaces:
ExtensionPoint, Describable<GitHubTagEvent>

public class GitHubTagRestrictionFilter extends GitHubTagEvent
  • Constructor Details

    • GitHubTagRestrictionFilter

      @DataBoundConstructor public GitHubTagRestrictionFilter()
  • Method Details

    • getMatchCriteriaStr

      public String getMatchCriteriaStr()
    • setMatchCriteriaStr

      @DataBoundSetter public void setMatchCriteriaStr(String matchCriteria)
    • isExclude

      public boolean isExclude()
    • setExclude

      @DataBoundSetter public void setExclude(boolean exclude)
    • isMatchAsPattern

      public boolean isMatchAsPattern()
    • setMatchAsPattern

      @DataBoundSetter public void setMatchAsPattern(boolean matchAsPattern)
    • getMatchCriteria

      public Set<String> getMatchCriteria()
    • 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