Package com.coravy.hudson.plugins.github
Class GithubLinkAction.GithubLinkActionFactory
- java.lang.Object
-
- jenkins.model.TransientActionFactory<Job>
-
- com.coravy.hudson.plugins.github.GithubLinkAction.GithubLinkActionFactory
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- GithubLinkAction
@Extension public static class GithubLinkAction.GithubLinkActionFactory extends TransientActionFactory<Job>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description GithubLinkActionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(Job j)
Class<Job>
type()
-
Methods inherited from class jenkins.model.TransientActionFactory
actionType, factoriesFor
-
-
-
-
Method Detail
-
type
public Class<Job> type()
- Specified by:
type
in classTransientActionFactory<Job>
-
createFor
public Collection<? extends Action> createFor(Job j)
- Specified by:
createFor
in classTransientActionFactory<Job>
-
-