@Extension
public static class MetricsJobAction.JobActionFactory
extends jenkins.model.TransientActionFactory<hudson.model.Job>
TransientActionFactory
provides the metrics action for a job, i.e. the link in the left side bar.Constructor and Description |
---|
JobActionFactory() |
Modifier and Type | Method and Description |
---|---|
Collection<? extends hudson.model.Action> |
createFor(hudson.model.Job target) |
Class<hudson.model.Job> |
type() |
public Class<hudson.model.Job> type()
type
in class jenkins.model.TransientActionFactory<hudson.model.Job>
@Nonnull public Collection<? extends hudson.model.Action> createFor(@Nonnull hudson.model.Job target)
createFor
in class jenkins.model.TransientActionFactory<hudson.model.Job>
Copyright © 2016–2020. All rights reserved.