public class RebaseAction extends AbstractSvnmergeTaskAction<RebaseSetting>
AbstractProject
-level action to rebase changes from the upstream branch into the current branch.AbstractSvnmergeTaskAction.TaskImpl, AbstractSvnmergeTaskAction.WorkerThread
Modifier and Type | Field and Description |
---|---|
static String |
COMMIT_MESSAGE_PREFIX |
hudson.model.AbstractProject<?,?> |
project |
Constructor and Description |
---|
RebaseAction(hudson.model.AbstractProject<?,?> project) |
Modifier and Type | Method and Description |
---|---|
protected RebaseSetting |
createParams(org.kohsuke.stapler.StaplerRequest req) |
protected AbstractSvnmergeTaskAction.TaskImpl |
createTask(RebaseSetting param) |
protected String |
decidePage()
Which page to render?
|
void |
doCancelQueue(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Cancels a rebase task in the queue, if any.
|
protected hudson.security.ACL |
getACL() |
String |
getDisplayName() |
String |
getIconFileName() |
File |
getLogFile() |
hudson.model.AbstractProject<?,?> |
getProject() |
String |
getUrlName() |
doIndex, doPerform, getLog, getPermission, getProperty, performAsync
doClearError, doProgressiveHtml, doProgressiveLog, getSearchUrl, getWorkerThread, obtainLog
public final hudson.model.AbstractProject<?,?> project
public static final String COMMIT_MESSAGE_PREFIX
public String getIconFileName()
public String getDisplayName()
public String getUrlName()
protected hudson.security.ACL getACL()
getACL
in class hudson.model.TaskAction
public hudson.model.AbstractProject<?,?> getProject()
getProject
in class AbstractSvnmergeTaskAction<RebaseSetting>
public File getLogFile()
getLogFile
in class AbstractSvnmergeTaskAction<RebaseSetting>
protected RebaseSetting createParams(org.kohsuke.stapler.StaplerRequest req)
createParams
in class AbstractSvnmergeTaskAction<RebaseSetting>
protected AbstractSvnmergeTaskAction.TaskImpl createTask(RebaseSetting param) throws IOException
createTask
in class AbstractSvnmergeTaskAction<RebaseSetting>
IOException
public void doCancelQueue(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected String decidePage()
decidePage
in class AbstractSvnmergeTaskAction<RebaseSetting>
Copyright © 2004-2014. All Rights Reserved.