@Extension
public static class PhpWebserverBuildWrapper.DescriptorImpl
extends hudson.tasks.BuildWrapperDescriptor
| Constructor and Description |
|---|
PhpWebserverBuildWrapper.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckHost(hudson.model.AbstractProject project,
String value)
Field 'host' should not be empty.
|
hudson.util.FormValidation |
doCheckPort(hudson.model.AbstractProject project,
String value)
Field 'port' should not be empty.
|
hudson.util.FormValidation |
doCheckRoot(hudson.model.AbstractProject project,
String value)
Field 'root' should not be empty.
|
String |
getDisplayName() |
boolean |
isApplicable(hudson.model.AbstractProject<?,?> item) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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 PhpWebserverBuildWrapper.DescriptorImpl()
public boolean isApplicable(hudson.model.AbstractProject<?,?> item)
isApplicable in class hudson.tasks.BuildWrapperDescriptorpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>public hudson.util.FormValidation doCheckPort(@AncestorInPath
hudson.model.AbstractProject project,
@QueryParameter
String value)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckHost(@AncestorInPath
hudson.model.AbstractProject project,
@QueryParameter
String value)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckRoot(@AncestorInPath
hudson.model.AbstractProject project,
@QueryParameter
String value)
throws IOException
IOExceptionCopyright © 2004-2015. All Rights Reserved.