Class AnyDefinedRepositorySource
java.lang.Object
hudson.model.AbstractDescribableImpl<GitHubReposSource>
org.jenkinsci.plugins.github.extension.status.GitHubReposSource
org.jenkinsci.plugins.github.status.sources.AnyDefinedRepositorySource
- All Implemented Interfaces:
ExtensionPoint
,Describable<GitHubReposSource>
Just uses contributors to get list of resolved repositories
- Since:
- 1.19.0
- Author:
- lanwen (Merkushev Kirill)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.kohsuke.github.GHRepository>
repos
(Run<?, ?> run, TaskListener listener) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
AnyDefinedRepositorySource
@DataBoundConstructor public AnyDefinedRepositorySource()
-
-
Method Details
-
repos
public List<org.kohsuke.github.GHRepository> repos(@NonNull Run<?, ?> run, @NonNull TaskListener listener) - Specified by:
repos
in classGitHubReposSource
- Parameters:
run
- actual runlistener
- build listener- Returns:
- all repositories which can be found by repo-contributors
-