Class AzureCosmosDBCredentialsImpl.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<com.cloudbees.plugins.credentials.Credentials>
com.cloudbees.plugins.credentials.CredentialsDescriptor
io.jenkins.plugins.azurecosmosdb.AzureCosmosDBCredentialsImpl.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster, IconSpec
Enclosing class:
AzureCosmosDBCredentialsImpl

@Extension public static class AzureCosmosDBCredentialsImpl.DescriptorImpl extends com.cloudbees.plugins.credentials.CredentialsDescriptor
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<com.cloudbees.plugins.credentials.Credentials>
    • doFillCredentialsIdItems

      @POST public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId)
    • doTestConnection

      @POST public FormValidation doTestConnection(@QueryParameter String credentialsId, @QueryParameter String preferredRegion, @QueryParameter String url, @AncestorInPath Item item)