Class GitHubRepositoryFactory<R extends GitHubRepositoryFactory<R,T>,T extends GitHubTrigger<T>>
java.lang.Object
jenkins.model.TransientActionFactory<Job>
com.github.kostyasha.github.integration.generic.GitHubRepositoryFactory<R,T>
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
GitHubBranchRepositoryFactory
,GitHubPRRepositoryFactory
public abstract class GitHubRepositoryFactory<R extends GitHubRepositoryFactory<R,T>,T extends GitHubTrigger<T>>
extends TransientActionFactory<Job>
- 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
Constructors -
Method Summary
Methods inherited from class jenkins.model.TransientActionFactory
actionType, createFor, factoriesFor
-
Constructor Details
-
GitHubRepositoryFactory
public GitHubRepositoryFactory()
-
-
Method Details
-
type
- Specified by:
type
in classTransientActionFactory<Job>
-