@Deprecated public class ConnectorConfiguration extends Object
| Constructor and Description |
|---|
ConnectorConfiguration(String name)
Deprecated.
Default boolean values have no effect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addGitHubConfig(String gitUrl)
Deprecated.
|
void |
addJenkinsStep(JenkinsStep step)
Deprecated.
|
void |
addShellStep(String step)
Deprecated.
|
List<String> |
getActiveConfigs()
Deprecated.
|
List<JenkinsModel> |
getBuildSteps()
Deprecated.
|
String |
getCategory()
Deprecated.
|
Boolean |
getCloudHubEnabled()
Deprecated.
|
String |
getCredentialUrl()
Deprecated.
|
Boolean |
getDevelopClassicSupport()
Deprecated.
|
Boolean |
getDevelopSupport()
Deprecated.
|
GithubSCM |
getGitHubConfig(String branch)
Deprecated.
|
String |
getGitHubUrl()
Deprecated.
|
String |
getHackStep()
Deprecated.
|
Boolean |
getIsEnterprise()
Deprecated.
|
Boolean |
getJceEnabled()
Deprecated.
|
String |
getJvmOptions()
Deprecated.
|
Mailer |
getMailer()
Deprecated.
|
Boolean |
getMasterClassicSupport()
Deprecated.
|
Boolean |
getMasterSupport()
Deprecated.
|
String |
getMinMuleVersion()
Deprecated.
|
String |
getMule4Branch()
Deprecated.
|
Boolean |
getMultiMuleSupport()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getOverrideMuleLocation()
Deprecated.
|
Boolean |
getParallelBuilds()
Deprecated.
|
String |
getProperties()
Deprecated.
|
String |
getSteps()
Deprecated.
|
String |
getTestingConfiguration()
Deprecated.
|
String |
getTestingConfigurationForMaster()
Deprecated.
|
void |
setActiveConfigs(List<String> activeConfigs)
Deprecated.
|
void |
setCategory(String category)
Deprecated.
|
void |
setCloudHubEnabled(Boolean cloudHubEnabled)
Deprecated.
|
void |
setCredentialUrl(String credentialUrl)
Deprecated.
|
void |
setDevelopClassicSupport(Boolean developClassicSupport)
Deprecated.
|
void |
setDevelopSupport(Boolean developSupport)
Deprecated.
|
void |
setGitHubUrl(String gitHubUrl)
Deprecated.
|
void |
setHackStep(String hackStep)
Deprecated.
|
void |
setIsEnterprise(Boolean isEnterprise)
Deprecated.
|
void |
setJceEnabled(Boolean jceEnabled)
Deprecated.
|
void |
setJvmOptions(String jvmOptions)
Deprecated.
|
void |
setMailer(String emails)
Deprecated.
|
void |
setMasterClassicSupport(Boolean masterClassicSupport)
Deprecated.
|
void |
setMasterSupport(Boolean masterSupport)
Deprecated.
|
void |
setMinMuleVersion(String minMuleVersion)
Deprecated.
|
void |
setMule4Branch(String mule4Branch)
Deprecated.
|
void |
setMultiMuleSupport(Boolean multiMuleSupport)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setOverrideMuleLocation(String overrideMuleLocation)
Deprecated.
|
void |
setParallelBuilds(Boolean parallelBuilds)
Deprecated.
|
void |
setProperties(String properties)
Deprecated.
|
void |
setTestingConfiguration(String testingConfiguration)
Deprecated.
|
void |
setTestingConfigurationForMaster(String testingConfigurationForMaster)
Deprecated.
|
public ConnectorConfiguration(String name)
public Boolean getParallelBuilds()
public void setParallelBuilds(Boolean parallelBuilds)
public Boolean getCloudHubEnabled()
public void setCloudHubEnabled(Boolean cloudHubEnabled)
public String getHackStep()
public void setHackStep(String hackStep)
public String getCategory()
public void setCategory(String category)
public String getMinMuleVersion()
public void setMinMuleVersion(String minMuleVersion)
public Boolean getDevelopClassicSupport()
public void setDevelopClassicSupport(Boolean developClassicSupport)
public Boolean getMasterClassicSupport()
public void setMasterClassicSupport(Boolean masterClassicSupport)
public String getOverrideMuleLocation()
public void setOverrideMuleLocation(String overrideMuleLocation)
public Boolean getDevelopSupport()
public void setDevelopSupport(Boolean developSupport)
public Boolean getMasterSupport()
public void setMasterSupport(Boolean masterSupport)
public Boolean getMultiMuleSupport()
public void setMultiMuleSupport(Boolean multiMuleSupport)
public String getGitHubUrl()
public void setGitHubUrl(String gitHubUrl)
public String getCredentialUrl()
public void setCredentialUrl(String credentialUrl)
public void setMailer(String emails)
public Mailer getMailer()
public Boolean getJceEnabled()
public void setJceEnabled(Boolean jceEnabled)
public Boolean getIsEnterprise()
public void setIsEnterprise(Boolean isEnterprise)
public List<JenkinsModel> getBuildSteps()
public String getTestingConfiguration()
public void setTestingConfiguration(String testingConfiguration)
public String getTestingConfigurationForMaster()
public void setTestingConfigurationForMaster(String testingConfigurationForMaster)
public void addShellStep(String step)
public void addJenkinsStep(JenkinsStep step)
public String getProperties()
public void setProperties(String properties)
public String getSteps()
public String getName()
public void setName(String name)
public void addGitHubConfig(String gitUrl)
public String getJvmOptions()
public void setJvmOptions(String jvmOptions)
public String getMule4Branch()
public void setMule4Branch(String mule4Branch)
Copyright © 2017. All rights reserved.