B C D E F G H I M N O P S T V _

B

buildDependencyGraph(AbstractProject, DependencyGraph) - Method in class hudson.plugins.downstream_ext.DownstreamTrigger

C

createAggregator(MatrixBuild, Launcher, BuildListener) - Method in class hudson.plugins.downstream_ext.DownstreamTrigger
This method is invoked only by matrix projects and is used to allow a matrix job to fire a downstream job only when it ends, instead of starting them for every matrix configuration.

D

displayName - Variable in enum hudson.plugins.downstream_ext.DownstreamTrigger.Strategy
 
doAutoCompleteChildProjects(String) - Method in class hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl
 
doCheck(Item, String) - Method in class hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl
Form validation method.
DownstreamDependency - Class in hudson.plugins.downstream_ext
Defines a dependency introduced by the downstream-ext plugin.
DownstreamDependency(AbstractProject<?, ?>, AbstractProject<?, ?>, DownstreamTrigger) - Constructor for class hudson.plugins.downstream_ext.DownstreamDependency
 
DownstreamTrigger - Class in hudson.plugins.downstream_ext
Triggers builds of other projects.
DownstreamTrigger(String, String, boolean, boolean, String, String) - Constructor for class hudson.plugins.downstream_ext.DownstreamTrigger
 
DownstreamTrigger(String, Result, boolean, boolean, DownstreamTrigger.Strategy, MatrixTrigger) - Constructor for class hudson.plugins.downstream_ext.DownstreamTrigger
 
DownstreamTrigger.DescriptorImpl - Class in hudson.plugins.downstream_ext
 
DownstreamTrigger.DescriptorImpl() - Constructor for class hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl
 
DownstreamTrigger.DescriptorImpl.ItemListenerImpl - Class in hudson.plugins.downstream_ext
 
DownstreamTrigger.DescriptorImpl.ItemListenerImpl() - Constructor for class hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl.ItemListenerImpl
 
DownstreamTrigger.Strategy - Enum in hudson.plugins.downstream_ext
 
DownstreamTrigger_ConditionNotMet(Object, Object) - Static method in class hudson.plugins.downstream_ext.Messages
Condition: ''build result {0} {1}'' not met.
DownstreamTrigger_DisplayName() - Static method in class hudson.plugins.downstream_ext.Messages
Build other projects (extended)
DownstreamTrigger_NoProjectSpecified() - Static method in class hudson.plugins.downstream_ext.Messages
No project specified
DownstreamTrigger_NoSCMChanges(Object) - Static method in class hudson.plugins.downstream_ext.Messages
{0} has no SCM changes.
DownstreamTrigger_StartedAsynchPoll(Object) - Static method in class hudson.plugins.downstream_ext.Messages
Scheduled an asynchronous SCM poll for {0}.

E

equals(Object) - Method in class hudson.plugins.downstream_ext.DownstreamDependency
 
evaluate(Result, Result) - Method in enum hudson.plugins.downstream_ext.DownstreamTrigger.Strategy
 
executeForProject(AbstractProject<?, ?>, Runnable) - Static method in class hudson.plugins.downstream_ext.DownstreamTrigger
 

F

findNearest(String) - Static method in class hudson.model.HudsonHelper
Finds a AbstractProject that has the name closest to the given name.
findNearest(String, ItemGroup) - Static method in class hudson.model.HudsonHelper
Finds a AbstractProject whose name (when referenced from the specified context) is closest to the given name.
fromNameList(ItemGroup, String, Class<T>) - Static method in class hudson.model.HudsonHelper
 

G

getChildProjects() - Method in class hudson.plugins.downstream_ext.DownstreamTrigger
Deprecated. Use DownstreamTrigger.getChildProjects(ItemGroup)
getChildProjects(ItemGroup) - Method in class hudson.plugins.downstream_ext.DownstreamTrigger
 
getChildProjectsValue() - Method in class hudson.plugins.downstream_ext.DownstreamTrigger
 
getDescription() - Method in enum hudson.plugins.downstream_ext.MatrixTrigger
 
getDisplayName() - Method in class hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl
 
getDisplayName() - Method in enum hudson.plugins.downstream_ext.DownstreamTrigger.Strategy
 
getItem(String, ItemGroup) - Static method in class hudson.model.HudsonHelper
 
getItem(String, Item) - Static method in class hudson.model.HudsonHelper
 
getItem(String, ItemGroup, Class<T>) - Static method in class hudson.model.HudsonHelper
 
getItem(String, Item, Class<T>) - Static method in class hudson.model.HudsonHelper
 
getMatrixTrigger() - Method in class hudson.plugins.downstream_ext.DownstreamTrigger
 
getRelativeNameFrom(Item, ItemGroup) - Static method in class hudson.model.HudsonHelper
 
getRequiredMonitorService() - Method in class hudson.plugins.downstream_ext.DownstreamTrigger
 
getStrategy() - Method in class hudson.plugins.downstream_ext.DownstreamTrigger
 
getThreshold() - Method in class hudson.plugins.downstream_ext.DownstreamTrigger
 

H

hudson.model - package hudson.model
 
hudson.plugins.downstream_ext - package hudson.plugins.downstream_ext
 
HudsonHelper - Class in hudson.model
Misc.
HudsonHelper() - Constructor for class hudson.model.HudsonHelper
 

I

isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl
 
isMatrixProject(AbstractProject) - Method in class hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl
 
isOnlyIfLocalSCMChanges() - Method in class hudson.plugins.downstream_ext.DownstreamTrigger
 
isOnlyIfSCMChanges() - Method in class hudson.plugins.downstream_ext.DownstreamTrigger
 

M

MATRIX_TRIGGER_VALUES - Static variable in class hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl
 
MatrixTrigger - Enum in hudson.plugins.downstream_ext
 
Messages - Class in hudson.plugins.downstream_ext
 
Messages() - Constructor for class hudson.plugins.downstream_ext.Messages
 

N

needsToRunAfterFinalized() - Method in class hudson.plugins.downstream_ext.DownstreamTrigger
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl
 

O

onDeleted(Item) - Method in class hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl.ItemListenerImpl
 
onJobRenamed(String, String) - Method in class hudson.plugins.downstream_ext.DownstreamTrigger
Called from DownstreamTrigger.DescriptorImpl.ItemListenerImpl when a job is renamed.
onRenamed(Item, String, String) - Method in class hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl.ItemListenerImpl
 

P

perform(AbstractBuild, Launcher, BuildListener) - Method in class hudson.plugins.downstream_ext.DownstreamTrigger
 

S

shouldTriggerBuild(AbstractBuild, TaskListener, List<Action>) - Method in class hudson.plugins.downstream_ext.DownstreamDependency
STRATEGY_VALUES - Static variable in class hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl
 

T

THRESHOLD_VALUES - Static variable in class hudson.plugins.downstream_ext.DownstreamTrigger.DescriptorImpl
 

V

valueOf(String) - Static method in enum hudson.plugins.downstream_ext.DownstreamTrigger.Strategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.downstream_ext.MatrixTrigger
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.plugins.downstream_ext.DownstreamTrigger.Strategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.downstream_ext.MatrixTrigger
Returns an array containing the constants of this enum type, in the order they are declared.

_

_DownstreamTrigger_ConditionNotMet(Object, Object) - Static method in class hudson.plugins.downstream_ext.Messages
Condition: ''build result {0} {1}'' not met.
_DownstreamTrigger_DisplayName() - Static method in class hudson.plugins.downstream_ext.Messages
Build other projects (extended)
_DownstreamTrigger_NoProjectSpecified() - Static method in class hudson.plugins.downstream_ext.Messages
No project specified
_DownstreamTrigger_NoSCMChanges(Object) - Static method in class hudson.plugins.downstream_ext.Messages
{0} has no SCM changes.
_DownstreamTrigger_StartedAsynchPoll(Object) - Static method in class hudson.plugins.downstream_ext.Messages
Scheduled an asynchronous SCM poll for {0}.

B C D E F G H I M N O P S T V _

Copyright © 2004-2013 Hudson. All Rights Reserved.