Class BitBucketPPREventContext

java.lang.Object
io.jenkins.plugins.bitbucketpushandpullrequest.event.BitBucketPPREventContext

public class BitBucketPPREventContext extends Object
  • Constructor Details

  • Method Details

    • getSecretTextCredentials

      public org.jenkinsci.plugins.plaincredentials.StringCredentials getSecretTextCredentials() throws Exception
      Throws:
      Exception
    • getStandardCredentials

      public com.cloudbees.plugins.credentials.common.StandardCredentials getStandardCredentials() throws Exception
      Throws:
      Exception
    • getGlobalConfig

      protected BitBucketPPRPluginConfig getGlobalConfig()
    • getUrl

      public String getUrl()
    • getCredentialsId

      public String getCredentialsId()
    • getUserRemoteConfig

      public hudson.plugins.git.UserRemoteConfig getUserRemoteConfig()
    • getScmTrigger

      public SCM getScmTrigger()
    • getAction

      public BitBucketPPRAction getAction()
    • getRun

      public Run<?,?> getRun()
    • getAbsoluteUrl

      public String getAbsoluteUrl()
    • getBuildNumber

      public int getBuildNumber()
    • getFilter

      public BitBucketPPRTriggerFilter getFilter()
    • getUserRemoteConfigs

      public hudson.plugins.git.UserRemoteConfig getUserRemoteConfigs(SCM scm)
    • toString

      public String toString()
      Overrides:
      toString in class Object