Class TowerInstallation.TowerInstallationDescriptor

java.lang.Object
hudson.model.Descriptor<TowerInstallation>
org.jenkinsci.plugins.ansible_tower.util.TowerInstallation.TowerInstallationDescriptor
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
TowerInstallation

@Extension public static class TowerInstallation.TowerInstallationDescriptor extends Descriptor<TowerInstallation>
  • Constructor Details

    • TowerInstallationDescriptor

      public TowerInstallationDescriptor()
  • Method Details

    • doTestTowerConnection

      @POST public FormValidation doTestTowerConnection(@QueryParameter("towerURL") String towerURL, @QueryParameter("towerApiBasePath") String towerApiBasePath, @QueryParameter("towerCredentialsId") String towerCredentialsId, @QueryParameter("enableDebugging") boolean enableDebugging)
    • doFillTowerCredentialsIdItems

      @POST public ListBoxModel doFillTowerCredentialsIdItems(@AncestorInPath Project project)
    • doFillTowerApiBasePathItems

      public ListBoxModel doFillTowerApiBasePathItems()
    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<TowerInstallation>