public class BuildFlowBuildManager extends GhprbBaseBuildManager
build, LOGGER
Constructor and Description |
---|
BuildFlowBuildManager(hudson.model.AbstractBuild<?,?> build) |
BuildFlowBuildManager(hudson.model.AbstractBuild<?,?> build,
JobConfiguration jobConfiguration) |
Modifier and Type | Method and Description |
---|---|
String |
calculateBuildUrl(String publishedURL)
Calculate the build URL of a build of BuildFlow type, traversing its downstream builds graph
|
Iterator<?> |
downstreamProjects()
Return a downstream iterator of a build of default type.
|
String |
getTestResults()
Return the tests results of a build of default type.
|
getAggregatedTestResults, getJobConfiguration, getOneLineTestResults
public BuildFlowBuildManager(hudson.model.AbstractBuild<?,?> build)
public BuildFlowBuildManager(hudson.model.AbstractBuild<?,?> build, JobConfiguration jobConfiguration)
public String calculateBuildUrl(String publishedURL)
calculateBuildUrl
in interface GhprbBuildManager
calculateBuildUrl
in class GhprbBaseBuildManager
publishedURL
- the public jenkins urlpublic Iterator<?> downstreamProjects()
downstreamProjects
in interface GhprbBuildManager
downstreamProjects
in class GhprbBaseBuildManager
public String getTestResults()
getTestResults
in interface GhprbBuildManager
getTestResults
in class GhprbBaseBuildManager
Copyright © 2016. All rights reserved.