Class BuildRefBackrefSource
java.lang.Object
hudson.model.AbstractDescribableImpl<GitHubStatusBackrefSource>
org.jenkinsci.plugins.github.extension.status.GitHubStatusBackrefSource
org.jenkinsci.plugins.github.status.sources.BuildRefBackrefSource
- All Implemented Interfaces:
ExtensionPoint
,Describable<GitHubStatusBackrefSource>
Gets backref from Run URL.
- Since:
- 1.22.1
- Author:
- pupssman (Kalinin Ivan)
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget
(Run<?, ?> run, TaskListener listener) Returns absolute URL of the RunMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
BuildRefBackrefSource
@DataBoundConstructor public BuildRefBackrefSource()
-
-
Method Details
-
get
Returns absolute URL of the Run- Specified by:
get
in classGitHubStatusBackrefSource
- Parameters:
run
- actual runlistener
- build listener- Returns:
- URL that points to the status source, i.e. test result page
-