Class Configuration

All Implemented Interfaces:
ExtensionPoint, Describable<GlobalConfiguration>, Saveable, Loadable, OnMaster

@Extension public class Configuration extends GlobalConfiguration
  • Constructor Details

    • Configuration

      public Configuration()
  • Method Details

    • 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)
    • doCheckServerUrl

      public FormValidation doCheckServerUrl(@QueryParameter String value)
    • doTestConnection

      public FormValidation doTestConnection(@QueryParameter String serverUrl, @QueryParameter String credentialsId, @QueryParameter String proxy, @QueryParameter String proxyCredentialsId) throws Exception
      Throws:
      Exception
    • doFillCredentialsIdItems

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

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