Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
hudson.tasks | |
hudson.util |
Other miscellaneous utility code
|
jenkins.model | |
jenkins.triggers |
Modifier and Type | Field and Description |
---|---|
static DependencyGraph |
DependencyGraph.EMPTY |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractProject.buildDependencyGraph(DependencyGraph graph)
Builds the dependency graph.
|
protected void |
Project.buildDependencyGraph(DependencyGraph graph) |
Modifier and Type | Method and Description |
---|---|
void |
BuildTrigger.buildDependencyGraph(AbstractProject owner,
DependencyGraph graph) |
void |
Fingerprinter.buildDependencyGraph(AbstractProject owner,
DependencyGraph graph) |
Modifier and Type | Method and Description |
---|---|
void |
DescribableList.buildDependencyGraph(AbstractProject owner,
DependencyGraph graph)
Picks up
DependencyDeclarer s and allow it to build dependencies. |
Modifier and Type | Method and Description |
---|---|
DependencyGraph |
Jenkins.getDependencyGraph() |
Modifier and Type | Method and Description |
---|---|
Future<DependencyGraph> |
Jenkins.getFutureDependencyGraph() |
Future<DependencyGraph> |
Jenkins.rebuildDependencyGraphAsync()
Rebuilds the dependency map asynchronously.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyDeclarer.buildDependencyGraph(AbstractProject owner,
DependencyGraph graph)
Invoked from
AbstractProject.buildDependencyGraph(DependencyGraph) . |
Modifier and Type | Method and Description |
---|---|
void |
ReverseBuildTrigger.buildDependencyGraph(AbstractProject downstream,
DependencyGraph graph) |
Copyright © 2004–2022. All rights reserved.