@Extension public static class ArtifactsDocLinksConfig.DescriptorImpl extends hudson.model.Descriptor<ArtifactsDocLinksConfig>
| Constructor and Description |
|---|
ArtifactsDocLinksConfig.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckArtifactsPattern(String value,
hudson.model.AbstractProject<?,?> project) |
hudson.util.FormValidation |
doCheckInitialPath(String artifactsPattern,
String value,
hudson.model.AbstractProject<?,?> project) |
hudson.util.FormValidation |
doCheckTitle(String value) |
String |
getCheckUrl(String fieldName) |
String |
getDisplayName() |
Collection<String> |
scanArtifacts(hudson.model.AbstractBuild<?,?> build,
String artifactsPattern) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic ArtifactsDocLinksConfig.DescriptorImpl()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<ArtifactsDocLinksConfig>Descriptor.getDisplayName()public Collection<String> scanArtifacts(hudson.model.AbstractBuild<?,?> build, String artifactsPattern)
public hudson.util.FormValidation doCheckTitle(@QueryParameter
String value)
public hudson.util.FormValidation doCheckArtifactsPattern(@QueryParameter
String value,
@AncestorInPath
hudson.model.AbstractProject<?,?> project)
public hudson.util.FormValidation doCheckInitialPath(@QueryParameter
String artifactsPattern,
@QueryParameter
String value,
@AncestorInPath
hudson.model.AbstractProject<?,?> project)
public String getCheckUrl(String fieldName)
getCheckUrl in class hudson.model.Descriptor<ArtifactsDocLinksConfig>Copyright © 2004-2016. All Rights Reserved.