Class GitHubPRRepositoryFactory
java.lang.Object
jenkins.model.TransientActionFactory<Job>
com.github.kostyasha.github.integration.generic.GitHubRepositoryFactory<GitHubPRRepositoryFactory,GitHubPRTrigger>
org.jenkinsci.plugins.github.pullrequest.GitHubPRRepositoryFactory
- All Implemented Interfaces:
ExtensionPoint
@Extension
public class GitHubPRRepositoryFactory
extends GitHubRepositoryFactory<GitHubPRRepositoryFactory,GitHubPRTrigger>
Create GitHubPRRepository.
Don't depend on remote connection because updateTransientActions() called only once and connection may appear later.
- Author:
- Kanstantsin Shautsou
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.model.TransientActionFactory
TransientActionFactory.Cache
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
Constructor Details
-
GitHubPRRepositoryFactory
public GitHubPRRepositoryFactory()
-
-
Method Details
-
createFor
- Specified by:
createFor
in classTransientActionFactory<Job>
-
type
- Overrides:
type
in classGitHubRepositoryFactory<GitHubPRRepositoryFactory,
GitHubPRTrigger>
-