@Extension public static class AbstractMultiBranchProject.SyncBranchesTransientActionFactory extends jenkins.model.TransientActionFactory<AbstractMultiBranchProject>
SyncBranchesTrigger.SyncBranchesAction to the list of
actions on AbstractMultiBranchProjects, effectively showing it
on the sidepanel. Takes the place of overriding the deprecated method
Actionable.getActions().| Constructor and Description |
|---|
AbstractMultiBranchProject.SyncBranchesTransientActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends hudson.model.Action> |
createFor(AbstractMultiBranchProject target) |
Class<AbstractMultiBranchProject> |
type() |
public AbstractMultiBranchProject.SyncBranchesTransientActionFactory()
public Class<AbstractMultiBranchProject> type()
type in class jenkins.model.TransientActionFactory<AbstractMultiBranchProject>@Nonnull public Collection<? extends hudson.model.Action> createFor(@Nonnull AbstractMultiBranchProject target)
createFor in class jenkins.model.TransientActionFactory<AbstractMultiBranchProject>Copyright © 2004-2015. All Rights Reserved.