| Modifier and Type | Class and Description |
|---|---|
static class |
JobInvocation.Start |
| Modifier and Type | Method and Description |
|---|---|
JobInvocation |
FlowCause.getAssociatedJob() |
JobInvocation |
FlowState.getLastBuild() |
JobInvocation |
FlowRun.JobEdge.getSource() |
JobInvocation |
FlowRun.getStartJob() |
JobInvocation |
FlowRun.JobEdge.getTarget() |
JobInvocation |
JobInvocation.run(hudson.model.Cause cause,
List<hudson.model.Action> actions) |
| Modifier and Type | Method and Description |
|---|---|
org.jgrapht.DirectedGraph<JobInvocation,FlowRun.JobEdge> |
FlowRun.getJobsGraph() |
Set<JobInvocation> |
FlowState.getLastCompleted() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowRun.addBuild(JobInvocation job) |
void |
FlowState.setLastCompleted(JobInvocation lastCompleted) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowState.setLastCompleted(Set<JobInvocation> lastCompleted) |
| Constructor and Description |
|---|
FlowCause(FlowRun flowRun,
JobInvocation associatedJob) |
FlowRun.JobEdge(JobInvocation source,
JobInvocation target) |
FlowState(hudson.model.Result result,
JobInvocation previous) |
| Constructor and Description |
|---|
FlowState(hudson.model.Result result,
Set<JobInvocation> previous) |
Copyright © 2004-2013. All Rights Reserved.