org.jenkinsci.plugins.slave_setup
Class SetupConfig

java.lang.Object
  extended by hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
      extended by jenkins.model.GlobalConfiguration
          extended by org.jenkinsci.plugins.slave_setup.SetupConfig
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<jenkins.model.GlobalConfiguration>, hudson.model.Saveable

@Extension
public class SetupConfig
extends jenkins.model.GlobalConfiguration

Keeps track of the configuration of slave_setup execution.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
SetupConfig()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
 hudson.model.AutoCompletionCandidates doAutoCompleteAssignedLabelString(String value)
           
 hudson.util.FormValidation doCheckAssignedLabelString(String value)
           
 hudson.util.FormValidation doCheckFilesDir(String value)
           
static SetupConfig get()
           
 List<SetupConfigItem> getSetupConfigItems()
           
 void setSetupConfigItems(List<SetupConfigItem> setupConfigItems)
           
 
Methods inherited from class jenkins.model.GlobalConfiguration
all, getDescriptor, getDisplayName, getGlobalConfigPage
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, 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
 

Constructor Detail

SetupConfig

public SetupConfig()
Method Detail

getSetupConfigItems

public List<SetupConfigItem> getSetupConfigItems()

setSetupConfigItems

public void setSetupConfigItems(List<SetupConfigItem> setupConfigItems)

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject json)
                  throws hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
Throws:
hudson.model.Descriptor.FormException

get

public static SetupConfig get()

doAutoCompleteAssignedLabelString

public hudson.model.AutoCompletionCandidates doAutoCompleteAssignedLabelString(@QueryParameter
                                                                               String value)

doCheckFilesDir

public hudson.util.FormValidation doCheckFilesDir(@QueryParameter
                                                  String value)

doCheckAssignedLabelString

public hudson.util.FormValidation doCheckAssignedLabelString(@QueryParameter
                                                             String value)


Copyright © 2004-2014. All Rights Reserved.