Class TowerInstallation
java.lang.Object
hudson.model.AbstractDescribableImpl<TowerInstallation>
org.jenkinsci.plugins.ansible_tower.util.TowerInstallation
- All Implemented Interfaces:
Describable<TowerInstallation>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTowerInstallation(String towerDisplayName, String towerURL, String towerCredentialsId, boolean towerTrustCert, boolean enableDebugging) TowerInstallation(String towerDisplayName, String towerURL, String towerApiBasePath, String towerCredentialsId, boolean towerTrustCert, boolean enableDebugging) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TowerConnectorgetTowerConnectorStatic(String towerURL, String towerCredentialsId, boolean trustCert, boolean enableDebugging, Run run) static TowerConnectorgetTowerConnectorStatic(String towerURL, String towerCredentialsId, boolean trustCert, boolean enableDebugging, Run run, String towerApiBasePath) booleanDeprecated.voidvoidsetTowerCredentialsId(String towerCredentialsId) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
TowerInstallation
-
TowerInstallation
-
-
Method Details
-
getTowerDisplayName
-
getTowerURL
-
getTowerApiBasePath
-
getTowerCredentialsId
-
getTowerTrustCert
Deprecated. -
getEnableDebugging
public boolean getEnableDebugging() -
setTowerCredentialsId
-
setRun
-
getTowerConnector
-
getTowerConnectorStatic
public static TowerConnector getTowerConnectorStatic(String towerURL, String towerCredentialsId, boolean trustCert, boolean enableDebugging, Run run) -
getTowerConnectorStatic
public static TowerConnector getTowerConnectorStatic(String towerURL, String towerCredentialsId, boolean trustCert, boolean enableDebugging, Run run, String towerApiBasePath)
-