Class GiteePushTrigger.WebhookEntry

java.lang.Object
hudson.model.AbstractDescribableImpl<GiteePushTrigger.WebhookEntry>
com.gitee.jenkins.trigger.GiteePushTrigger.WebhookEntry
All Implemented Interfaces:
Describable<GiteePushTrigger.WebhookEntry>
Enclosing class:
GiteePushTrigger

public static final class GiteePushTrigger.WebhookEntry extends AbstractDescribableImpl<GiteePushTrigger.WebhookEntry>
  • Constructor Details

    • WebhookEntry

      @DataBoundConstructor public WebhookEntry(String name, String giteeApiRepo, boolean isPush, boolean isTagPush, boolean isIssue, boolean isNote, boolean isPullRequest)
  • Method Details

    • getOwner

      public String getOwner()
    • getRepo

      public String getRepo()
    • isPush

      public boolean isPush()
    • isTagPush

      public boolean isTagPush()
    • isIssue

      public boolean isIssue()
    • isNote

      public boolean isNote()
    • isPullRequest

      public boolean isPullRequest()
    • getName

      public String getName()
    • toString

      public String toString()
      Overrides:
      toString in class Object