public class TowerInstallation extends hudson.model.AbstractDescribableImpl<TowerInstallation>
Modifier and Type | Class and Description |
---|---|
static class |
TowerInstallation.TowerInstallationDescriptor |
Constructor and Description |
---|
TowerInstallation(String towerDisplayName,
String towerURL,
String towerCredentialsId,
boolean towerTrustCert,
boolean enableDebugging) |
Modifier and Type | Method and Description |
---|---|
boolean |
getEnableDebugging() |
TowerConnector |
getTowerConnector() |
static TowerConnector |
getTowerConnectorStatic(String towerURL,
String towerCredentialsId,
boolean trustCert,
boolean enableDebugging) |
String |
getTowerCredentialsId() |
String |
getTowerDisplayName() |
boolean |
getTowerTrustCert() |
String |
getTowerURL() |
public String getTowerDisplayName()
public String getTowerURL()
public String getTowerCredentialsId()
public boolean getTowerTrustCert()
public boolean getEnableDebugging()
public TowerConnector getTowerConnector()
public static TowerConnector getTowerConnectorStatic(String towerURL, String towerCredentialsId, boolean trustCert, boolean enableDebugging)
Copyright © 2016–2019. All rights reserved.