org.jenkinsci.plugins.periodicreincarnation
Class JobLocalConfiguration.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.model.JobProperty<?>>
      extended by hudson.model.JobPropertyDescriptor
          extended by org.jenkinsci.plugins.periodicreincarnation.JobLocalConfiguration.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
JobLocalConfiguration

public static final class JobLocalConfiguration.DescriptorImpl
extends hudson.model.JobPropertyDescriptor

Implementation of the descriptor object.

Author:
yboev

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Method Summary
 String getDisplayName()
          Returns caption for our part of the config page.
 boolean isApplicable(hudson.model.AbstractProject<?,?> item)
          Certainly does something.
 
Methods inherited from class hudson.model.JobPropertyDescriptor
all, getPropertyDescriptors, isApplicable, newInstance
 
Methods inherited from class hudson.model.Descriptor
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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDisplayName

public String getDisplayName()
Returns caption for our part of the config page.

Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.model.JobProperty<?>>
Returns:
caption

isApplicable

public boolean isApplicable(hudson.model.AbstractProject<?,?> item)
Certainly does something.

Parameters:
item - Some item, I guess
Returns:
true


Copyright © 2004–2014. All rights reserved.