Class ManuallyEnteredRepositorySource
java.lang.Object
hudson.model.AbstractDescribableImpl<GitHubReposSource>
org.jenkinsci.plugins.github.extension.status.GitHubReposSource
org.jenkinsci.plugins.github.status.sources.ManuallyEnteredRepositorySource
- All Implemented Interfaces:
ExtensionPoint
,Describable<GitHubReposSource>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
ManuallyEnteredRepositorySource
-
-
Method Details
-
getUrl
-
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:
- resolved list of GitHub repositories
-