Class BitBucketPPRPluginConfig

    • Field Detail

      • BITBUCKET_PPR_PLUGIN_CONFIGURATION_ID

        public static final String BITBUCKET_PPR_PLUGIN_CONFIGURATION_ID
        See Also:
        Constant Field Values
      • hookUrl

        public String hookUrl
      • notifyBitBucket

        public boolean notifyBitBucket
      • useJobNameAsBuildKey

        public boolean useJobNameAsBuildKey
      • credentialsId

        public String credentialsId
      • singleJob

        public String singleJob
      • propagationUrl

        public String propagationUrl
    • Constructor Detail

      • BitBucketPPRPluginConfig

        public BitBucketPPRPluginConfig()
    • Method Detail

      • setHookUrl

        @DataBoundSetter
        public void setHookUrl​(String hookUrl)
      • setPropagationUrl

        @DataBoundSetter
        public void setPropagationUrl​(String propagationUrl)
      • doCheckPropagationUrl

        public FormValidation doCheckPropagationUrl​(@QueryParameter
                                                    String value)
      • isHookUrlSet

        public boolean isHookUrlSet()
      • getHookUrl

        public String getHookUrl()
      • getNotifyBitBucket

        public boolean getNotifyBitBucket()
      • getPropagationUrl

        public String getPropagationUrl()
      • isPropagationUrlSet

        public boolean isPropagationUrlSet()
      • setNotifyBitBucket

        @DataBoundSetter
        public void setNotifyBitBucket​(@CheckForNull
                                       boolean notifyBitBucket)
      • getUseJobNameAsBuildKey

        public boolean getUseJobNameAsBuildKey()
      • setUseJobNameAsBuildKey

        @DataBoundSetter
        public void setUseJobNameAsBuildKey​(@CheckForNull
                                            boolean useJobNameAsBuildKey)
      • setCredentialsId

        @DataBoundSetter
        public void setCredentialsId​(@CheckForNull
                                     String credentialsId)
      • getCredentialsId

        public String getCredentialsId()
      • setSingleJob

        @DataBoundSetter
        public void setSingleJob​(String singleJob)
      • isSingleJobSet

        public boolean isSingleJobSet()
      • getSingleJob

        public String getSingleJob()
      • doFillCredentialsIdItems

        public ListBoxModel doFillCredentialsIdItems​(@AncestorInPath
                                                     Item context,
                                                     @QueryParameter
                                                     String remote,
                                                     @QueryParameter
                                                     String credentialsId)