@Extension public class MoveAction extends Object implements hudson.model.RootAction
| Modifier and Type | Field and Description |
|---|---|
static String |
ITEM_ID_PARAM_NAME |
static String |
MOVE_TYPE_PARAM_NAME |
| Constructor and Description |
|---|
MoveAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
doMove(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
void |
moveDown(hudson.model.Queue.Item itemA,
hudson.model.Queue queue) |
void |
moveUp(hudson.model.Queue.Item itemA,
hudson.model.Queue queue) |
public static final String MOVE_TYPE_PARAM_NAME
public static final String ITEM_ID_PARAM_NAME
@CheckForNull public String getIconFileName()
getIconFileName in interface hudson.model.Action@CheckForNull public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObject@CheckForNull public String getUrlName()
getUrlName in interface hudson.model.Actionpublic void doMove(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
public void moveDown(hudson.model.Queue.Item itemA,
hudson.model.Queue queue)
public void moveUp(hudson.model.Queue.Item itemA,
hudson.model.Queue queue)
Copyright © 2016–2020. All rights reserved.