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.tasks.BuildTrigger.DescriptorImpl
              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.BuildTrigger.DescriptorImpl


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 java.lang.String[] MATRIX_TRIGGER_VALUES
           
static DownstreamTrigger.Strategy[] STRATEGY_VALUES
           
static java.lang.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
 java.lang.String getDisplayName()
           
 java.lang.String getHelpFile()
           
 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.BuildTrigger.DescriptorImpl
doCheck, isApplicable, showEvenIfUnstableOption
 
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
 
Methods inherited from class hudson.model.Descriptor
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, 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 java.lang.String[] THRESHOLD_VALUES

MATRIX_TRIGGER_VALUES

public static final java.lang.String[] MATRIX_TRIGGER_VALUES

STRATEGY_VALUES

public static final DownstreamTrigger.Strategy[] STRATEGY_VALUES
Constructor Detail

DownstreamTrigger.DescriptorImpl

public DownstreamTrigger.DescriptorImpl()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Overrides:
getDisplayName in class hudson.tasks.BuildTrigger.DescriptorImpl

getHelpFile

public java.lang.String getHelpFile()
Overrides:
getHelpFile in class hudson.tasks.BuildTrigger.DescriptorImpl

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.tasks.BuildTrigger.DescriptorImpl
Throws:
hudson.model.Descriptor.FormException

isMatrixProject

public boolean isMatrixProject(hudson.model.AbstractProject project)


Copyright © 2010. All Rights Reserved.