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.SelfNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
-
Constructor Summary
Constructors Constructor Description GlobalVRAConfiguration() -
Method Summary
Modifier and Type Method Description ListBoxModeldoFillCredentialIdItems(Item item, String credentialId)static GlobalVRAConfigurationget()StringgetCredentialId()StringgetDomain()StringgetVraURL()voidsetCredentialId(String credentialId)voidsetDomain(String domain)voidsetVraURL(String vraURL)Methods inherited from class jenkins.model.GlobalConfiguration
all, configure, getDescriptor, getGlobalConfigPageMethods 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)
-