hudson.plugins.downstream_ext
Class DownstreamTrigger.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<T>
      extended by hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
          extended by hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
DownstreamTrigger

@Extension
public static class DownstreamTrigger.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>


Nested Class Summary
static class DownstreamTrigger.DescriptorImpl.ItemListenerImpl
           
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
static String[] MATRIX_TRIGGER_VALUES
           
static DownstreamTrigger.Strategy[] STRATEGY_VALUES
           
static String[] THRESHOLD_VALUES
           
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
DownstreamTrigger.DescriptorImpl()
           
 
Method Summary
 hudson.model.AutoCompletionCandidates doAutoCompleteChildProjects(String value)
           
 hudson.util.FormValidation doCheck(hudson.model.Item project, String value)
          Form validation method.
 String getDisplayName()
           
 boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
           
 boolean isMatrixProject(hudson.model.AbstractProject project)
           
 hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THRESHOLD_VALUES

public static final String[] THRESHOLD_VALUES

MATRIX_TRIGGER_VALUES

public static final String[] MATRIX_TRIGGER_VALUES

STRATEGY_VALUES

public static final DownstreamTrigger.Strategy[] STRATEGY_VALUES
Constructor Detail

DownstreamTrigger.DescriptorImpl

public DownstreamTrigger.DescriptorImpl()
Method Detail

isApplicable

public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
Specified by:
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>

doCheck

public hudson.util.FormValidation doCheck(@AncestorInPath
                                          hudson.model.Item project,
                                          @QueryParameter
                                          String value)
Form validation method.


doAutoCompleteChildProjects

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

newInstance

public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req,
                                          net.sf.json.JSONObject formData)
                                   throws hudson.model.Descriptor.FormException
Overrides:
newInstance in class hudson.model.Descriptor<hudson.tasks.Publisher>
Throws:
hudson.model.Descriptor.FormException

isMatrixProject

public boolean isMatrixProject(hudson.model.AbstractProject project)


Copyright © 2004-2013 Hudson. All Rights Reserved.