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