@Extension
public class ShelveProjectActionFactory
extends jenkins.model.TransientActionFactory<hudson.model.BuildableItem>
| Constructor and Description |
|---|
ShelveProjectActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends hudson.model.Action> |
createFor(hudson.model.BuildableItem target) |
Class<hudson.model.BuildableItem> |
type() |
public Class<hudson.model.BuildableItem> type()
type in class jenkins.model.TransientActionFactory<hudson.model.BuildableItem>@Nonnull public Collection<? extends hudson.model.Action> createFor(@Nonnull hudson.model.BuildableItem target)
createFor in class jenkins.model.TransientActionFactory<hudson.model.BuildableItem>Copyright © 2016–2018. All rights reserved.