Class Configuration

    • Constructor Detail

      • Configuration

        public Configuration()
    • Method Detail

      • get

        public static Configuration get()
        Returns:
        the singleton instance
      • getServerUrl

        @CheckForNull
        public String getServerUrl()
      • setServerUrl

        @DataBoundSetter
        public void setServerUrl​(String serverUrl)
      • getSender

        public String getSender()
      • setSender

        @DataBoundSetter
        public void setSender​(String sender)
      • getCredentialsId

        @CheckForNull
        public String getCredentialsId()
      • setCredentialsId

        @DataBoundSetter
        public void setCredentialsId​(String credentialsId)
      • getProxy

        public String getProxy()
      • setProxy

        @DataBoundSetter
        public void setProxy​(String proxy)
      • getProxyCredentialsId

        public String getProxyCredentialsId()
      • setProxyCredentialsId

        @DataBoundSetter
        public void setProxyCredentialsId​(String proxyCredentialsId)
      • doCheckCredentialsId

        public FormValidation doCheckCredentialsId​(@QueryParameter
                                                   String value)
      • doFillCredentialsIdItems

        public ListBoxModel doFillCredentialsIdItems​(@AncestorInPath
                                                     ItemGroup context,
                                                     @QueryParameter
                                                     String serverUrl,
                                                     String credentialId)
      • doFillProxyCredentialsIdItems

        public ListBoxModel doFillProxyCredentialsIdItems​(@AncestorInPath
                                                          ItemGroup context,
                                                          @QueryParameter
                                                          String serverUrl,
                                                          String credentialId)