Package io.jenkins.plugins.livewall
Class LiveWallView.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<View>
hudson.model.ViewDescriptor
io.jenkins.plugins.livewall.LiveWallView.DescriptorImpl
- Enclosing class:
LiveWallView
@Extension
@Symbol("liveWall")
public static class LiveWallView.DescriptorImpl
extends ViewDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCheckCustomAborted(View view, String value) doCheckCustomBackground(View view, String value) doCheckCustomFailure(View view, String value) doCheckCustomIdle(View view, String value) doCheckCustomSuccess(View view, String value) doCheckCustomUnstable(View view, String value) doCheckExcludeNames(View view, String value) doCheckIncludeNames(View view, String value) doCheckMinTileHeight(View view, int value) doCheckNameReplaceRegex(View view, String value) doCheckRefreshSeconds(View view, int value) doCheckSeamWidth(View view, int value) doCheckTileGap(View view, int value) doFillAnimationItems(View view) doFillPackingItems(View view) doFillPaletteItems(View view) doFillShapeItems(View view) doFillSizingItems(View view) doFillSortByItems(View view) doFillStatusScopeItems(View view) Methods inherited from class hudson.model.ViewDescriptor
checkDisplayName, doAutoCompleteCopyNewItemFrom, getColumnsDescriptors, getJobFiltersDescriptors, getNewViewDetailPage, isApplicable, isApplicableIn, isInstantiableMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayNamein classViewDescriptor
-
doFillPaletteItems
-
doFillShapeItems
-
doFillAnimationItems
-
doFillSizingItems
-
doFillPackingItems
-
doFillSortByItems
-
doFillStatusScopeItems
-
doCheckRefreshSeconds
-
doCheckMinTileHeight
-
doCheckTileGap
-
doCheckSeamWidth
-
doCheckIncludeNames
-
doCheckExcludeNames
-
doCheckNameReplaceRegex
public FormValidation doCheckNameReplaceRegex(@AncestorInPath View view, @QueryParameter String value) -
doCheckCustomBackground
public FormValidation doCheckCustomBackground(@AncestorInPath View view, @QueryParameter String value) -
doCheckCustomSuccess
-
doCheckCustomFailure
-
doCheckCustomUnstable
public FormValidation doCheckCustomUnstable(@AncestorInPath View view, @QueryParameter String value) -
doCheckCustomAborted
-
doCheckCustomIdle
-