Package com.vmware.vra.jenkinsplugin
Class GlobalVRAConfiguration
java.lang.Object
hudson.model.Descriptor<GlobalConfiguration>
jenkins.model.GlobalConfiguration
com.vmware.vra.jenkinsplugin.GlobalVRAConfiguration
- All Implemented Interfaces:
ExtensionPoint
,Describable<GlobalConfiguration>
,Saveable
,Serializable
,OnMaster
@Extension public class GlobalVRAConfiguration extends GlobalConfiguration implements Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GlobalVRAConfiguration()
-
Method Summary
Modifier and Type Method Description ListBoxModel
doFillCredentialIdItems(Item item, String credentialId)
static GlobalVRAConfiguration
get()
String
getCredentialId()
String
getDomain()
String
getVraURL()
void
setCredentialId(String credentialId)
void
setDomain(String domain)
void
setVraURL(String vraURL)
Methods inherited from class jenkins.model.GlobalConfiguration
all, configure, getDescriptor, getGlobalConfigPage
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
GlobalVRAConfiguration
public GlobalVRAConfiguration()
-
-
Method Details
-
get
-
getVraURL
-
setVraURL
-
getCredentialId
-
setCredentialId
-
getDomain
-
setDomain
-
doFillCredentialIdItems
public ListBoxModel doFillCredentialIdItems(@AncestorInPath Item item, @QueryParameter String credentialId)
-