java.lang.Object
io.jenkins.plugins.bitbucket.webhook.moveworkforward.v1.PostWebhookPayload
All Implemented Interfaces:
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook

public class PostWebhookPayload extends Object implements com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
  • Constructor Details

    • PostWebhookPayload

      public PostWebhookPayload()
  • Method Details

    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
    • setDescription

      public void setDescription(String description)
    • getUrl

      public String getUrl()
      Specified by:
      getUrl in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
    • setUrl

      public void setUrl(String url)
    • getCommittersToIgnore

      public String getCommittersToIgnore()
    • setCommittersToIgnore

      public void setCommittersToIgnore(String committersToIgnore)
    • getBranchesToIgnore

      public String getBranchesToIgnore()
    • setBranchesToIgnore

      public void setBranchesToIgnore(String branchesToIgnore)
    • isSkipCI

      public boolean isSkipCI()
    • setSkipCI

      public void setSkipCI(boolean skipCI)
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
    • setActive

      public void setActive(boolean active)
    • getEvents

      public List<String> getEvents()
      Specified by:
      getEvents in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
    • getEventTypes

      public List<PostWebhooksEventType> getEventTypes()
    • setEventTypes

      public void setEventTypes(List<PostWebhooksEventType> events)
    • getUuid

      public String getUuid()
      Specified by:
      getUuid in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
    • getSecret

      public String getSecret()
      Specified by:
      getSecret in interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketWebHook
    • isTagCreated

      public boolean isTagCreated()
    • setTagCreated

      public void setTagCreated(boolean tagCreated)
    • isBranchDeleted

      public boolean isBranchDeleted()
    • setBranchDeleted

      public void setBranchDeleted(boolean branchDeleted)
    • isBranchCreated

      public boolean isBranchCreated()
    • setBranchCreated

      public void setBranchCreated(boolean branchCreated)
    • isRepoPush

      public boolean isRepoPush()
    • setRepoPush

      public void setRepoPush(boolean repoPush)
    • isPrDeclined

      public boolean isPrDeclined()
    • setPrDeclined

      public void setPrDeclined(boolean prDeclined)
    • isPrRescoped

      public boolean isPrRescoped()
    • setPrRescoped

      public void setPrRescoped(boolean prRescoped)
    • isPrMerged

      public boolean isPrMerged()
    • setPrMerged

      public void setPrMerged(boolean prMerged)
    • isPrReopened

      public boolean isPrReopened()
    • setPrReopened

      public void setPrReopened(boolean prReopened)
    • isPrUpdated

      public boolean isPrUpdated()
    • setPrUpdated

      public void setPrUpdated(boolean prUpdated)
    • isPrCreated

      public boolean isPrCreated()
    • setPrCreated

      public void setPrCreated(boolean prCreated)
    • isPrCommented

      public boolean isPrCommented()
    • setPrCommented

      public void setPrCommented(boolean prCommented)
    • isPrDeleted

      public boolean isPrDeleted()
    • setPrDeleted

      public void setPrDeleted(boolean prDeleted)
    • isRepoMirrorSynced

      public boolean isRepoMirrorSynced()
    • setRepoMirrorSynced

      public void setRepoMirrorSynced(boolean repoMirrorSynced)
    • isBuildStatus

      public boolean isBuildStatus()
    • setBuildStatus

      public void setBuildStatus(boolean buildStatus)
    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)