@Extension
public class AnsibleTowerGlobalConfig
extends jenkins.model.GlobalConfiguration
Constructor and Description |
---|
AnsibleTowerGlobalConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
static AnsibleTowerGlobalConfig |
get() |
protected hudson.XmlFile |
getConfigFile() |
List<TowerInstallation> |
getTowerInstallation() |
TowerInstallation |
getTowerInstallationByName(String name) |
void |
setTowerInstallation(List<TowerInstallation> towerInstallations) |
all, getDescriptor, getGlobalConfigPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
protected hudson.XmlFile getConfigFile()
getConfigFile
in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
configure
in class jenkins.model.GlobalConfiguration
hudson.model.Descriptor.FormException
public static AnsibleTowerGlobalConfig get()
public List<TowerInstallation> getTowerInstallation()
public TowerInstallation getTowerInstallationByName(String name)
public void setTowerInstallation(List<TowerInstallation> towerInstallations)
Copyright © 2016–2020. All rights reserved.