Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + const BuildEdgeKind + const BuildInputEdgeKind + const BuildInputImageEdgeKind + const BuildOutputEdgeKind + const BuildTriggerImageEdgeKind + func AddAllBuildEdges(g osgraph.MutableUniqueGraph) + func AddAllInputOutputEdges(g osgraph.MutableUniqueGraph) + func AddBuildEdges(g osgraph.MutableUniqueGraph, node *buildgraph.BuildConfigNode) + func AddInputEdges(g osgraph.MutableUniqueGraph, node *buildgraph.BuildConfigNode) + func AddInputOutputEdges(g osgraph.MutableUniqueGraph, node *buildgraph.BuildConfigNode) *buildgraph.BuildConfigNode + func AddOutputEdges(g osgraph.MutableUniqueGraph, node *buildgraph.BuildConfigNode) + func AddTriggerEdges(g osgraph.MutableUniqueGraph, node *buildgraph.BuildConfigNode) + func BuildConfigsForTag(g osgraph.Graph, istag graph.Node) []*buildgraph.BuildConfigNode + func GetLatestBuild(g osgraph.Graph, bc graph.Node) *buildgraph.BuildNode + func RelevantBuilds(g osgraph.Graph, bcNode *buildgraph.BuildConfigNode) (*buildgraph.BuildNode, *buildgraph.BuildNode, []*buildgraph.BuildNode) + type RecentBuildReferences []*buildgraph.BuildNode + func (m RecentBuildReferences) Len() int + func (m RecentBuildReferences) Less(i, j int) bool + func (m RecentBuildReferences) Swap(i, j int)