public abstract class WorkspaceDescriptor extends hudson.model.Descriptor<Workspace>
Modifier and Type | Field and Description |
---|---|
static String |
defaultFormat |
Modifier | Constructor and Description |
---|---|
protected |
WorkspaceDescriptor() |
|
WorkspaceDescriptor(Class<? extends Workspace> clazz) |
Modifier and Type | Method and Description |
---|---|
static hudson.model.AutoCompletionCandidates |
autoCompleteName(String value) |
static hudson.util.FormValidation |
checkClientName(String value) |
static hudson.model.AutoCompletionCandidates |
doAutoCompleteStreamName(String value) |
static hudson.model.AutoCompletionCandidates |
doAutoCompleteTemplateName(String value)
Provides auto-completion for workspace names.
|
static hudson.util.FormValidation |
doCheckFormat(String value) |
static hudson.util.FormValidation |
doCheckStreamName(String value) |
static hudson.util.ListBoxModel |
doFillCharsetItems() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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, toMap
public static final String defaultFormat
public static hudson.util.FormValidation checkClientName(String value)
public static hudson.model.AutoCompletionCandidates autoCompleteName(@QueryParameter String value)
public static hudson.util.ListBoxModel doFillCharsetItems()
public static hudson.model.AutoCompletionCandidates doAutoCompleteStreamName(@QueryParameter String value)
public static hudson.model.AutoCompletionCandidates doAutoCompleteTemplateName(@QueryParameter String value)
value
- The text that the user entered.public static hudson.util.FormValidation doCheckStreamName(@QueryParameter String value)
public static hudson.util.FormValidation doCheckFormat(@QueryParameter String value)
Copyright © 2016–2017. All rights reserved.