Skip navigation links
A B C D E F G H I J L M N P R S T V _ 

A

AbstractDependencyGraphAction - Class in hudson.plugins.depgraph_view
Basic action for creating a Dot-Image of the DependencyGraph
AbstractDependencyGraphAction() - Constructor for class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
 
AbstractDependencyGraphAction_DependencyGraph() - Static method in class hudson.plugins.depgraph_view.Messages
Key AbstractDependencyGraphAction.DependencyGraph: Dependency Graph.
AbstractDependencyGraphAction_DependencyGraphOf(Object) - Static method in class hudson.plugins.depgraph_view.Messages
Key AbstractDependencyGraphAction.DependencyGraphOf: Dependency Graph of {0}.
AbstractDotStringGenerator - Class in hudson.plugins.depgraph_view.model.display
Base class for generating dot representations of the graph.
AbstractDotStringGenerator(DependencyGraph, ListMultimap<ProjectNode, ProjectNode>) - Constructor for class hudson.plugins.depgraph_view.model.display.AbstractDotStringGenerator
 
AbstractGraphStringGenerator - Class in hudson.plugins.depgraph_view.model.display
Base class for generating String representations of the graph.
AbstractGraphStringGenerator(DependencyGraph, ListMultimap<ProjectNode, ProjectNode>) - Constructor for class hudson.plugins.depgraph_view.model.display.AbstractGraphStringGenerator
 
addEdge(Edge) - Method in class hudson.plugins.depgraph_view.model.graph.DependencyGraph
 
addEdgesWithNodes(Iterable<T>) - Method in class hudson.plugins.depgraph_view.model.graph.DependencyGraph
 
addNodes(Iterable<T>) - Method in class hudson.plugins.depgraph_view.model.graph.DependencyGraph
 

B

BuildTriggerEdge - Class in hudson.plugins.depgraph_view.model.graph.edge
 
BuildTriggerEdge(Job<?, ?>, Job<?, ?>) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.BuildTriggerEdge
 
BuildTriggerEdgeProvider - Class in hudson.plugins.depgraph_view.model.graph.edge
EdgeProvider yielding the dependencies of the Jenkins BuildTrigger publisher.
BuildTriggerEdgeProvider(Jenkins) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.BuildTriggerEdgeProvider
 

C

cluster(String, String, String...) - Method in class hudson.plugins.depgraph_view.model.display.AbstractDotStringGenerator
 
configure(StaplerRequest, JSONObject) - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
configure() - Method in class hudson.plugins.depgraph_view.model.graph.DependencyGraphModule
 
contentType - Variable in enum hudson.plugins.depgraph_view.SupportedImageType
 
CopyArtifactEdge - Class in hudson.plugins.depgraph_view.model.graph.edge
Represents an Edge given by the CopyArtifact Builder.
CopyArtifactEdge(ProjectNode, ProjectNode) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.CopyArtifactEdge
 
CopyArtifactEdgeProvider - Class in hudson.plugins.depgraph_view.model.graph.edge
Provides CopyArtifactEdges by inspecting the configuration of the CopyArtifact Plugin.
CopyArtifactEdgeProvider(Jenkins) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.CopyArtifactEdgeProvider
 
createFor(Job) - Method in class hudson.plugins.depgraph_view.DependencyGraphActionFactory
 
createFor(AbstractProject) - Method in class hudson.plugins.depgraph_view.DependencyGraphProjectActionFactory
 
createFor(View) - Method in class hudson.plugins.depgraph_view.DependencyGraphViewActionFactory
 

D

DeleteEdgeOperation - Class in hudson.plugins.depgraph_view.model.operations
 
DeleteEdgeOperation(String, String) - Constructor for class hudson.plugins.depgraph_view.model.operations.DeleteEdgeOperation
 
DEP_COMPARATOR - Static variable in class hudson.plugins.depgraph_view.model.display.AbstractGraphStringGenerator
 
DependencyEdge - Class in hudson.plugins.depgraph_view.model.graph.edge
Edge given by a dependency between projects.
DependencyEdge(Job<?, ?>, Job<?, ?>) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.DependencyEdge
 
DependencyGraph - Class in hudson.plugins.depgraph_view.model.graph
The dependency graph which should be drawn.
DependencyGraph() - Constructor for class hudson.plugins.depgraph_view.model.graph.DependencyGraph
 
DependencyGraphActionFactory - Class in hudson.plugins.depgraph_view
Factory to add a dependency graph view action to each project
DependencyGraphActionFactory() - Constructor for class hudson.plugins.depgraph_view.DependencyGraphActionFactory
 
DependencyGraphActionFactory.DependencyGraphProjectAction - Class in hudson.plugins.depgraph_view
Shows the connected component of the project
DependencyGraphEdgeProvider - Class in hudson.plugins.depgraph_view.model.graph.edge
EdgeProvider yielding the dependencies of the Jenkins dependency graph.
DependencyGraphEdgeProvider(Jenkins) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.DependencyGraphEdgeProvider
 
DependencyGraphModule - Class in hudson.plugins.depgraph_view.model.graph
Guice Module for the DependencyGraph
DependencyGraphModule() - Constructor for class hudson.plugins.depgraph_view.model.graph.DependencyGraphModule
 
DependencyGraphProjectAction(Job<?, ?>) - Constructor for class hudson.plugins.depgraph_view.DependencyGraphActionFactory.DependencyGraphProjectAction
 
DependencyGraphProjectActionFactory - Class in hudson.plugins.depgraph_view
 
DependencyGraphProjectActionFactory() - Constructor for class hudson.plugins.depgraph_view.DependencyGraphProjectActionFactory
 
DependencyGraphProperty - Class in hudson.plugins.depgraph_view
Class which keeps the configuration for the graphviz executable.
DependencyGraphProperty() - Constructor for class hudson.plugins.depgraph_view.DependencyGraphProperty
 
DependencyGraphProperty.DescriptorImpl - Class in hudson.plugins.depgraph_view
 
DependencyGraphProperty_DependencyGraphViewer() - Static method in class hudson.plugins.depgraph_view.Messages
Key DependencyGraphProperty.DependencyGraphViewer: Dependency Graph Viewer.
DependencyGraphProperty_ProjectNameStripRegex_Invalid() - Static method in class hudson.plugins.depgraph_view.Messages
Key DependencyGraphProperty.ProjectNameStripRegex.Invalid: The given expression is not valid.
DependencyGraphProperty_ProjectNameStripRegex_Required() - Static method in class hudson.plugins.depgraph_view.Messages
Key DependencyGraphProperty.ProjectNameStripRegex.Required: A Regular Expression is required.
DependencyGraphViewAction(View) - Constructor for class hudson.plugins.depgraph_view.DependencyGraphViewActionFactory.DependencyGraphViewAction
 
DependencyGraphViewActionFactory - Class in hudson.plugins.depgraph_view
Factory to a dependency graph view action to all views
DependencyGraphViewActionFactory() - Constructor for class hudson.plugins.depgraph_view.DependencyGraphViewActionFactory
 
DependencyGraphViewActionFactory.DependencyGraphViewAction - Class in hudson.plugins.depgraph_view
Shows the connected components containing the projects of the view
DescriptorImpl() - Constructor for class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
doCheckDotExe(String) - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
doCheckProjectNameStripRegex(String) - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
doCheckProjectNameStripRegexGroup(String) - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
doContextMenu(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
This method is called via AJAX to obtain the context menu for this model object, but we don't have one...
doDynamic(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
graph.{png,gv,...} is mapped to the corresponding output
doEdge(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
 
DotGeneratorFactory - Class in hudson.plugins.depgraph_view.model.display
GeneratorFactory for the dot format
DotGeneratorFactory() - Constructor for class hudson.plugins.depgraph_view.model.display.DotGeneratorFactory
 
DotStringGenerator - Class in hudson.plugins.depgraph_view.model.display
Generates a dot string representation of the graph
DotStringGenerator(Jenkins, DependencyGraph, ListMultimap<ProjectNode, ProjectNode>) - Constructor for class hudson.plugins.depgraph_view.model.display.DotStringGenerator
 
DotStringGenerator(DependencyGraph, ListMultimap<ProjectNode, ProjectNode>) - Constructor for class hudson.plugins.depgraph_view.model.display.DotStringGenerator
 
dotType - Variable in enum hudson.plugins.depgraph_view.SupportedImageType
 

E

Edge - Class in hudson.plugins.depgraph_view.model.graph.edge
Representation of an edge in the DependencyGraph
Edge(ProjectNode, ProjectNode) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.Edge
 
EdgeOperation - Class in hudson.plugins.depgraph_view.model.operations
 
EdgeOperation(String, String) - Constructor for class hudson.plugins.depgraph_view.model.operations.EdgeOperation
 
EdgeProvider - Interface in hudson.plugins.depgraph_view.model.graph.edge
This is an extension point which makes it possible to add edges to the DependencyGraph which gets drawn.
EdgeProvider - Interface in hudson.plugins.depgraph_view.model.graph
Deprecated.
edges - Variable in class hudson.plugins.depgraph_view.model.display.AbstractGraphStringGenerator
 
equals(Object) - Method in class hudson.plugins.depgraph_view.model.graph.edge.DependencyEdge
 
equals(Object) - Method in class hudson.plugins.depgraph_view.model.graph.edge.Edge
 
equals(Object) - Method in class hudson.plugins.depgraph_view.model.graph.ProjectNode
 
escapeString(String) - Static method in class hudson.plugins.depgraph_view.model.display.AbstractDotStringGenerator
 

F

FanInReverseBuildTriggerEdgeProvider - Class in hudson.plugins.depgraph_view.model.graph.edge
EdgeProvider yielding the dependencies of the JobFanIn Plugin FanInReverseBuildTrigger trigger.
FanInReverseBuildTriggerEdgeProvider(Jenkins) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.FanInReverseBuildTriggerEdgeProvider
 
findEdgeSet(ProjectNode, ProjectNode) - Method in class hudson.plugins.depgraph_view.model.graph.DependencyGraph
 

G

generate() - Method in class hudson.plugins.depgraph_view.model.display.AbstractGraphStringGenerator
 
generate() - Method in class hudson.plugins.depgraph_view.model.display.DotStringGenerator
Generates the graphviz code for the given projects and dependencies
generate() - Method in class hudson.plugins.depgraph_view.model.display.JsonStringGenerator
Generates the json for the given projects and dependencies
generate() - Method in class hudson.plugins.depgraph_view.model.display.LegendDotStringGenerator
 
generate(DependencyGraph) - Method in class hudson.plugins.depgraph_view.model.graph.SubprojectCalculator
 
generateGraph(Iterable<ProjectNode>) - Method in class hudson.plugins.depgraph_view.model.graph.GraphCalculator
 
GeneratorFactory - Class in hudson.plugins.depgraph_view.model.display
Factory Interface for AbstractGraphStringGenerators
GeneratorFactory() - Constructor for class hudson.plugins.depgraph_view.model.display.GeneratorFactory
 
getColor() - Method in class hudson.plugins.depgraph_view.model.graph.edge.BuildTriggerEdge
 
getColor() - Method in class hudson.plugins.depgraph_view.model.graph.edge.CopyArtifactEdge
 
getColor() - Method in class hudson.plugins.depgraph_view.model.graph.edge.DependencyEdge
 
getColor() - Method in class hudson.plugins.depgraph_view.model.graph.edge.Edge
 
getColor() - Method in class hudson.plugins.depgraph_view.model.graph.edge.MavenDependencyEdge
 
getColor() - Method in class hudson.plugins.depgraph_view.model.graph.edge.ParameterizedTriggerEdge
 
getColor() - Method in class hudson.plugins.depgraph_view.model.graph.edge.ReverseBuildTriggerEdge
 
getDisplayName() - Method in class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
 
getDisplayName() - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
getDotExe() - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
getDotExeOrDefault() - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
getDownstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.BuildTriggerEdgeProvider
 
getDownstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.CopyArtifactEdgeProvider
 
getDownstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.DependencyGraphEdgeProvider
 
getDownstreamEdgesIncidentWith(Job<?, ?>) - Method in interface hudson.plugins.depgraph_view.model.graph.edge.EdgeProvider
 
getDownstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.FanInReverseBuildTriggerEdgeProvider
 
getDownstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.ParameterizedTriggerBuilderEdgeProvider
 
getDownstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.ParameterizedTriggerEdgeProvider
 
getDownstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.PipelineGraphPublisherEdgeProvider
 
getDownstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.ReverseBuildTriggerEdgeProvider
 
getDownstreamEdgesIncidentWith(Job<?, ?>) - Method in interface hudson.plugins.depgraph_view.model.graph.EdgeProvider
Deprecated.
 
getEdges() - Method in class hudson.plugins.depgraph_view.model.graph.DependencyGraph
 
getGraph() - Method in class hudson.plugins.depgraph_view.model.graph.DependencyGraph
 
getGraphRankDirection() - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
getIconFileName() - Method in class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
 
getIsolatedNodes() - Method in class hudson.plugins.depgraph_view.model.graph.DependencyGraph
 
getName() - Method in class hudson.plugins.depgraph_view.model.graph.ProjectNode
 
getNodes() - Method in class hudson.plugins.depgraph_view.model.graph.DependencyGraph
 
getNodes() - Method in class hudson.plugins.depgraph_view.model.graph.edge.Edge
 
getParentObject() - Method in class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
 
getParentObject() - Method in class hudson.plugins.depgraph_view.DependencyGraphActionFactory.DependencyGraphProjectAction
 
getParentObject() - Method in class hudson.plugins.depgraph_view.DependencyGraphViewActionFactory.DependencyGraphViewAction
 
getProject() - Method in class hudson.plugins.depgraph_view.model.graph.ProjectNode
 
getProjectNameStripRegex() - Method in class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
 
getProjectNameStripRegex() - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
getProjectNameStripRegexGroup() - Method in class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
 
getProjectNameStripRegexGroup() - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
getProjectNameSuperscriptRegexGroup() - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
getProjectsForDepgraph() - Method in class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
 
getProjectsForDepgraph() - Method in class hudson.plugins.depgraph_view.DependencyGraphActionFactory.DependencyGraphProjectAction
 
getProjectsForDepgraph() - Method in class hudson.plugins.depgraph_view.DependencyGraphViewActionFactory.DependencyGraphViewAction
 
getSubProjectsOf(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.project.ParameterizedTriggerSubProjectProvider
 
getSubProjectsOf(Job<?, ?>) - Method in interface hudson.plugins.depgraph_view.model.graph.project.SubProjectProvider
 
getSubProjectsOf(Job<?, ?>) - Method in interface hudson.plugins.depgraph_view.model.graph.SubProjectProvider
Deprecated.
 
getTitle() - Method in class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
 
getTitle() - Method in class hudson.plugins.depgraph_view.DependencyGraphActionFactory.DependencyGraphProjectAction
 
getTitle() - Method in class hudson.plugins.depgraph_view.DependencyGraphViewActionFactory.DependencyGraphViewAction
 
getType() - Method in class hudson.plugins.depgraph_view.model.graph.edge.CopyArtifactEdge
 
getType() - Method in class hudson.plugins.depgraph_view.model.graph.edge.DependencyEdge
 
getType() - Method in class hudson.plugins.depgraph_view.model.graph.edge.Edge
 
getType() - Method in class hudson.plugins.depgraph_view.model.graph.edge.MavenDependencyEdge
 
getUpstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.BuildTriggerEdgeProvider
 
getUpstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.CopyArtifactEdgeProvider
 
getUpstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.DependencyGraphEdgeProvider
 
getUpstreamEdgesIncidentWith(Job<?, ?>) - Method in interface hudson.plugins.depgraph_view.model.graph.edge.EdgeProvider
 
getUpstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.FanInReverseBuildTriggerEdgeProvider
 
getUpstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.ParameterizedTriggerBuilderEdgeProvider
 
getUpstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.ParameterizedTriggerEdgeProvider
 
getUpstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.PipelineGraphPublisherEdgeProvider
 
getUpstreamEdgesIncidentWith(Job<?, ?>) - Method in class hudson.plugins.depgraph_view.model.graph.edge.ReverseBuildTriggerEdgeProvider
 
getUpstreamEdgesIncidentWith(Job<?, ?>) - Method in interface hudson.plugins.depgraph_view.model.graph.EdgeProvider
Deprecated.
 
getUrlName() - Method in class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
 
graph - Variable in class hudson.plugins.depgraph_view.model.display.AbstractGraphStringGenerator
 
GraphCalculator - Class in hudson.plugins.depgraph_view.model.graph
Generates the DependencyGraph given a set of EdgeProviders.
GraphCalculator(Set<EdgeProvider>) - Constructor for class hudson.plugins.depgraph_view.model.graph.GraphCalculator
 

H

hashCode() - Method in class hudson.plugins.depgraph_view.model.graph.edge.Edge
 
hashCode() - Method in class hudson.plugins.depgraph_view.model.graph.ProjectNode
 
hudson.plugins.depgraph_view - package hudson.plugins.depgraph_view
 
hudson.plugins.depgraph_view.model.display - package hudson.plugins.depgraph_view.model.display
 
hudson.plugins.depgraph_view.model.graph - package hudson.plugins.depgraph_view.model.graph
 
hudson.plugins.depgraph_view.model.graph.edge - package hudson.plugins.depgraph_view.model.graph.edge
 
hudson.plugins.depgraph_view.model.graph.project - package hudson.plugins.depgraph_view.model.graph.project
 
hudson.plugins.depgraph_view.model.layout - package hudson.plugins.depgraph_view.model.layout
 
hudson.plugins.depgraph_view.model.operations - package hudson.plugins.depgraph_view.model.operations
 

I

initialize() - Method in class hudson.plugins.depgraph_view.model.layout.JungSugiyama
 
isEditFunctionInJSViewEnabled() - Method in class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
 
isEditFunctionInJSViewEnabled() - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
isGraphvizEnabled() - Method in class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
 
isGraphvizEnabled() - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 

J

jobSetToProjectNodeSet(Iterable<? extends Job<?, ?>>) - Static method in class hudson.plugins.depgraph_view.model.graph.GraphCalculator
 
JsonGeneratorFactory - Class in hudson.plugins.depgraph_view.model.display
GeneratorFactory for the json format
JsonGeneratorFactory() - Constructor for class hudson.plugins.depgraph_view.model.display.JsonGeneratorFactory
 
JsonStringGenerator - Class in hudson.plugins.depgraph_view.model.display
Generates a Json representation of the graph
JsonStringGenerator(DependencyGraph, ListMultimap<ProjectNode, ProjectNode>) - Constructor for class hudson.plugins.depgraph_view.model.display.JsonStringGenerator
 
JungSugiyama<V,E> - Class in hudson.plugins.depgraph_view.model.layout
Arranges the nodes with the Sugiyama Layout Algorithm.
* Link to the algorithm
Originally, source was posted to the Jung2 forum, for Jung 1.x.
JungSugiyama(Graph<V, E>) - Constructor for class hudson.plugins.depgraph_view.model.layout.JungSugiyama
 
JungSugiyama(Graph<V, E>, JungSugiyama.Orientation, int, int) - Constructor for class hudson.plugins.depgraph_view.model.layout.JungSugiyama
 
JungSugiyama.Orientation - Enum in hudson.plugins.depgraph_view.model.layout
 

L

LegendDotStringGenerator - Class in hudson.plugins.depgraph_view.model.display
Generates the legend in dot format.
LegendDotStringGenerator() - Constructor for class hudson.plugins.depgraph_view.model.display.LegendDotStringGenerator
 

M

MavenDependencyEdge - Class in hudson.plugins.depgraph_view.model.graph.edge
 
MavenDependencyEdge(Job<?, ?>, Job<?, ?>) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.MavenDependencyEdge
 
Messages - Class in hudson.plugins.depgraph_view
Generated localization support class.
Messages() - Constructor for class hudson.plugins.depgraph_view.Messages
 

N

newGenerator(DependencyGraph, ListMultimap<ProjectNode, ProjectNode>) - Method in class hudson.plugins.depgraph_view.model.display.DotGeneratorFactory
 
newGenerator(DependencyGraph, ListMultimap<ProjectNode, ProjectNode>) - Method in class hudson.plugins.depgraph_view.model.display.GeneratorFactory
 
newGenerator(DependencyGraph, ListMultimap<ProjectNode, ProjectNode>) - Method in class hudson.plugins.depgraph_view.model.display.JsonGeneratorFactory
 
newLegendGenerator() - Method in class hudson.plugins.depgraph_view.model.display.DotGeneratorFactory
 
newLegendGenerator() - Method in class hudson.plugins.depgraph_view.model.display.GeneratorFactory
 
newLegendGenerator() - Method in class hudson.plugins.depgraph_view.model.display.JsonGeneratorFactory
 
node(Job<?, ?>) - Static method in class hudson.plugins.depgraph_view.model.graph.ProjectNode
 
NODE_COMPARATOR - Static variable in class hudson.plugins.depgraph_view.model.display.AbstractGraphStringGenerator
 
normalizeChildProjectValue(String) - Static method in class hudson.plugins.depgraph_view.model.operations.EdgeOperation
Removes double commas and also trailing and leading commas.

P

ParameterizedTriggerBuilderEdgeProvider - Class in hudson.plugins.depgraph_view.model.graph.edge
EdgeProvider yielding the dependencies of the Parameterized Trigger Plugin TriggerBuilder builder.
ParameterizedTriggerBuilderEdgeProvider(Jenkins) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.ParameterizedTriggerBuilderEdgeProvider
 
ParameterizedTriggerEdge - Class in hudson.plugins.depgraph_view.model.graph.edge
 
ParameterizedTriggerEdge(Job<?, ?>, Job<?, ?>) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.ParameterizedTriggerEdge
 
ParameterizedTriggerEdgeProvider - Class in hudson.plugins.depgraph_view.model.graph.edge
EdgeProvider yielding the dependencies of the Parameterized Trigger Plugin BuildTrigger publisher.
ParameterizedTriggerEdgeProvider(Jenkins) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.ParameterizedTriggerEdgeProvider
 
ParameterizedTriggerSubProjectProvider - Class in hudson.plugins.depgraph_view.model.graph.project
Provides subprojects given by the TriggerBuilder of the ParameterizedTriggerPlugin
ParameterizedTriggerSubProjectProvider(Jenkins) - Constructor for class hudson.plugins.depgraph_view.model.graph.project.ParameterizedTriggerSubProjectProvider
 
perform() - Method in class hudson.plugins.depgraph_view.model.operations.DeleteEdgeOperation
 
perform() - Method in class hudson.plugins.depgraph_view.model.operations.EdgeOperation
 
perform() - Method in class hudson.plugins.depgraph_view.model.operations.PutEdgeOperation
 
PipelineGraphPublisherEdgeProvider - Class in hudson.plugins.depgraph_view.model.graph.edge
EdgeProvider yielding the dependencies of the Jenkins WorkflowJobDependencyTrigger trigger.
PipelineGraphPublisherEdgeProvider(Jenkins) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.PipelineGraphPublisherEdgeProvider
 
PROJECT_COMPARATOR - Static variable in class hudson.plugins.depgraph_view.model.display.AbstractGraphStringGenerator
 
PROJECT_NAME_FUNCTION - Static variable in class hudson.plugins.depgraph_view.model.display.AbstractGraphStringGenerator
 
ProjectNode - Class in hudson.plugins.depgraph_view.model.graph
A Node in the DependencyGraph, which corresponds to a Project
ProjectNode(Job<?, ?>) - Constructor for class hudson.plugins.depgraph_view.model.graph.ProjectNode
 
projectsInDeps - Variable in class hudson.plugins.depgraph_view.model.display.AbstractGraphStringGenerator
 
PutEdgeOperation - Class in hudson.plugins.depgraph_view.model.operations
 
PutEdgeOperation(String, String) - Constructor for class hudson.plugins.depgraph_view.model.operations.PutEdgeOperation
 

R

requiresProcessing - Variable in enum hudson.plugins.depgraph_view.SupportedImageType
 
reset() - Method in class hudson.plugins.depgraph_view.model.layout.JungSugiyama
 
ReverseBuildTriggerEdge - Class in hudson.plugins.depgraph_view.model.graph.edge
 
ReverseBuildTriggerEdge(Job<?, ?>, Job<?, ?>) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.ReverseBuildTriggerEdge
 
ReverseBuildTriggerEdgeProvider - Class in hudson.plugins.depgraph_view.model.graph.edge
EdgeProvider yielding the dependencies of the Jenkins ReverseBuildTrigger trigger.
ReverseBuildTriggerEdgeProvider(Jenkins) - Constructor for class hudson.plugins.depgraph_view.model.graph.edge.ReverseBuildTriggerEdgeProvider
 
runDot(OutputStream, InputStream, String) - Method in class hudson.plugins.depgraph_view.AbstractDependencyGraphAction
Execute the dot command with given input and output stream

S

setDotExe(String) - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
setEditFunctionInJSViewEnabled(boolean) - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
setGraphRankDirection(String) - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
setGraphvizEnabled(boolean) - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
setProjectNameStripRegex(String) - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
setProjectNameStripRegexGroup(int) - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
setProjectNameSuperscriptRegexGroup(int) - Method in class hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
 
source - Variable in class hudson.plugins.depgraph_view.model.graph.edge.Edge
 
source - Variable in class hudson.plugins.depgraph_view.model.operations.EdgeOperation
 
standaloneProjects - Variable in class hudson.plugins.depgraph_view.model.display.AbstractGraphStringGenerator
 
subJobs - Variable in class hudson.plugins.depgraph_view.model.display.AbstractGraphStringGenerator
 
SubprojectCalculator - Class in hudson.plugins.depgraph_view.model.graph
Used to calculate the subprojects of a project given a set of providers.
SubprojectCalculator(Set<SubProjectProvider>) - Constructor for class hudson.plugins.depgraph_view.model.graph.SubprojectCalculator
 
subProjectColor - Variable in class hudson.plugins.depgraph_view.model.display.AbstractDotStringGenerator
 
SubProjectProvider - Interface in hudson.plugins.depgraph_view.model.graph.project
This is an extension point which makes it possible to subprojects to the DependencyGraph which gets drawn.
SubProjectProvider - Interface in hudson.plugins.depgraph_view.model.graph
Deprecated.
SupportedImageType - Enum in hudson.plugins.depgraph_view
Data Structure to encode the content type and the -T argument for the graphviz tools

T

target - Variable in class hudson.plugins.depgraph_view.model.graph.edge.Edge
 
target - Variable in class hudson.plugins.depgraph_view.model.operations.EdgeOperation
 
toString() - Method in class hudson.plugins.depgraph_view.model.layout.JungSugiyama
 
type() - Method in class hudson.plugins.depgraph_view.DependencyGraphActionFactory
 

V

valueOf(String) - Static method in enum hudson.plugins.depgraph_view.model.layout.JungSugiyama.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.depgraph_view.SupportedImageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.plugins.depgraph_view.model.layout.JungSugiyama.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.depgraph_view.SupportedImageType
Returns an array containing the constants of this enum type, in the order they are declared.

_

_AbstractDependencyGraphAction_DependencyGraph() - Static method in class hudson.plugins.depgraph_view.Messages
Key AbstractDependencyGraphAction.DependencyGraph: Dependency Graph.
_AbstractDependencyGraphAction_DependencyGraphOf(Object) - Static method in class hudson.plugins.depgraph_view.Messages
Key AbstractDependencyGraphAction.DependencyGraphOf: Dependency Graph of {0}.
_DependencyGraphProperty_DependencyGraphViewer() - Static method in class hudson.plugins.depgraph_view.Messages
Key DependencyGraphProperty.DependencyGraphViewer: Dependency Graph Viewer.
_DependencyGraphProperty_ProjectNameStripRegex_Invalid() - Static method in class hudson.plugins.depgraph_view.Messages
Key DependencyGraphProperty.ProjectNameStripRegex.Invalid: The given expression is not valid.
_DependencyGraphProperty_ProjectNameStripRegex_Required() - Static method in class hudson.plugins.depgraph_view.Messages
Key DependencyGraphProperty.ProjectNameStripRegex.Required: A Regular Expression is required.
A B C D E F G H I J L M N P R S T V _ 
Skip navigation links

Copyright © 2016–2020. All rights reserved.