@Extension public static class WildcardPathDeploySource.DescriptorImpl extends DeploySourceDescriptor
WildcardPathDeploySourceDescriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckFilePattern(String fromWorkspace,
String targetDescriptorId,
String value) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends AbstractProject> jobType)
Returns
true if and only if this DeploySource is relevant to the job type |
boolean |
isSupported(DeploySourceOrigin source)
Returns
true if and only if this DeploySource can operate from the specified origin. |
DeploySource |
newInstance()
Create a new default instance of the
DeploySource |
delegatePathValidationToTarget, findJob, findRun, isDirectorySource, isFileSource, isMavenJob, isSupportedaddHelpFileRedirect, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class Descriptor<DeploySource>public boolean isSupported(@CheckForNull
DeploySourceOrigin source)
true if and only if this DeploySource can operate from the specified origin.isSupported in class DeploySourceDescriptorsource - the origin.true if and only if this DeploySource can operate from the specified origin.public boolean isApplicable(@CheckForNull
Class<? extends AbstractProject> jobType)
DeploySourceDescriptortrue if and only if this DeploySource is relevant to the job typeisApplicable in class DeploySourceDescriptorjobType - the type of job.true if and only if this DeploySource is relevant to the job typepublic FormValidation doCheckFilePattern(@QueryParameter @RelativePath(value="..") String fromWorkspace, @QueryParameter String targetDescriptorId, @QueryParameter String value) throws IOException, javax.servlet.ServletException, InterruptedException
IOExceptionjavax.servlet.ServletExceptionInterruptedExceptionpublic DeploySource newInstance()
DeploySourcenewInstance in class DeploySourceDescriptorCopyright © 2016–2022. All rights reserved.