Package com.defensics.jenkins.result
Class ProjectHtmlReportActionFactory
- java.lang.Object
-
- jenkins.model.TransientActionFactory<Job>
-
- com.defensics.jenkins.result.ProjectHtmlReportActionFactory
-
- All Implemented Interfaces:
ExtensionPoint
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) @Extension public class ProjectHtmlReportActionFactory extends TransientActionFactory<Job>
This class provides a link to the left sidebar menu for freestyle projects. For pipeline projects, this is handled by WorkflowActionsFactory callingHtmlReportPublisherTarget.getProjectAction(AbstractItem)
.
-
-
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 Constructor Description ProjectHtmlReportActionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends Action>
createFor(Job project)
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
@NonNull public Collection<? extends Action> createFor(@NonNull Job project)
- Specified by:
createFor
in classTransientActionFactory<Job>
-
-