public class JoinDependency<DEP extends hudson.model.DependencyGraph.Dependency>
extends hudson.model.DependencyGraph.Dependency
| Modifier and Type | Field and Description |
|---|---|
protected DEP |
splitDependency |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
conditionIsMet(hudson.model.Result overallResult) |
boolean |
equals(Object obj) |
boolean |
fromSameSplitProject(JoinDependency<?> other) |
int |
hashCode() |
boolean |
shouldTriggerBuild(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener,
List<hudson.model.Action> actions) |
protected DEP extends hudson.model.DependencyGraph.Dependency splitDependency
public boolean fromSameSplitProject(JoinDependency<?> other)
public boolean shouldTriggerBuild(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener,
List<hudson.model.Action> actions)
shouldTriggerBuild in class hudson.model.DependencyGraph.Dependencyprotected boolean conditionIsMet(hudson.model.Result overallResult)
public boolean equals(Object obj)
equals in class hudson.model.DependencyGraph.Dependencypublic int hashCode()
hashCode in class hudson.model.DependencyGraph.DependencyCopyright © 2004-2013 Hudson. All Rights Reserved.