Uses of Class
hudson.plugins.downstream_ext.DownstreamTrigger.Strategy

Packages that use DownstreamTrigger.Strategy
hudson.plugins.downstream_ext   
 

Uses of DownstreamTrigger.Strategy in hudson.plugins.downstream_ext
 

Fields in hudson.plugins.downstream_ext declared as DownstreamTrigger.Strategy
static DownstreamTrigger.Strategy[] DownstreamTrigger.DescriptorImpl.STRATEGY_VALUES
           
 

Methods in hudson.plugins.downstream_ext that return DownstreamTrigger.Strategy
 DownstreamTrigger.Strategy DownstreamTrigger.getStrategy()
           
static DownstreamTrigger.Strategy DownstreamTrigger.Strategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DownstreamTrigger.Strategy[] DownstreamTrigger.Strategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in hudson.plugins.downstream_ext with parameters of type DownstreamTrigger.Strategy
DownstreamTrigger(String childProjects, hudson.model.Result threshold, boolean onlyIfSCMChanges, boolean onlyIfLocalSCMChanges, DownstreamTrigger.Strategy strategy, MatrixTrigger matrixTrigger)
           
 



Copyright © 2004-2013 Hudson. All Rights Reserved.