@Extension
public class MagicPlugDescriptor
extends hudson.tasks.BuildWrapperDescriptor
| Constructor and Description |
|---|
MagicPlugDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.ListBoxModel |
doFillBrowserNameItems(java.lang.String operatingSystem) |
hudson.util.ListBoxModel |
doFillBrowserVersionItems(java.lang.String operatingSystem,
java.lang.String browserName) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.ItemGroup context) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(java.lang.String credentialsId) |
hudson.util.ListBoxModel |
doFillOperatingSystemItems()
Return list of supported `operatingSystem`
|
hudson.util.ListBoxModel |
doFillResolutionItems(java.lang.String operatingSystem) |
hudson.util.FormValidation |
doPing() |
java.lang.String |
getDisplayName() |
boolean |
isApplicable(hudson.model.AbstractProject<?,?> item) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, 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, toMappublic boolean isApplicable(hudson.model.AbstractProject<?,?> item)
isApplicable in class hudson.tasks.BuildWrapperDescriptorpublic java.lang.String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>public hudson.util.FormValidation doPing()
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.ListBoxModel doFillOperatingSystemItems()
public hudson.util.ListBoxModel doFillBrowserNameItems(@QueryParameter
java.lang.String operatingSystem)
public hudson.util.ListBoxModel doFillBrowserVersionItems(@QueryParameter
java.lang.String operatingSystem,
@QueryParameter
java.lang.String browserName)
public hudson.util.ListBoxModel doFillResolutionItems(@QueryParameter
java.lang.String operatingSystem)
public hudson.util.ListBoxModel doFillCredentialsIdItems(@QueryParameter
java.lang.String credentialsId)
public hudson.util.ListBoxModel doFillCredentialsIdItems(hudson.model.ItemGroup context)