jenkins.plugins.svnmerge
Class RebaseAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.TaskAction
jenkins.plugins.svnmerge.AbstractSvnmergeTaskAction<RebaseSetting>
jenkins.plugins.svnmerge.RebaseAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem
public class RebaseAction
- extends AbstractSvnmergeTaskAction<RebaseSetting>
AbstractProject
-level action to rebase changes from the upstream branch into the current branch.
- Author:
- Kohsuke Kawaguchi
Field Summary |
hudson.model.AbstractProject<?,?> |
project
|
Fields inherited from class hudson.model.TaskAction |
log, workerThread |
Constructor Summary |
RebaseAction(hudson.model.AbstractProject<?,?> project)
|
Methods inherited from class hudson.model.TaskAction |
doClearError, doProgressiveHtml, doProgressiveLog, getSearchUrl, getWorkerThread, obtainLog |
Methods inherited from class hudson.model.AbstractModelObject |
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
project
public final hudson.model.AbstractProject<?,?> project
RebaseAction
public RebaseAction(hudson.model.AbstractProject<?,?> project)
getIconFileName
public java.lang.String getIconFileName()
getDisplayName
public java.lang.String getDisplayName()
getUrlName
public java.lang.String getUrlName()
getACL
protected hudson.security.ACL getACL()
- Specified by:
getACL
in class hudson.model.TaskAction
getProject
public hudson.model.AbstractProject<?,?> getProject()
- Specified by:
getProject
in class AbstractSvnmergeTaskAction<RebaseSetting>
getLogFile
public java.io.File getLogFile()
- Specified by:
getLogFile
in class AbstractSvnmergeTaskAction<RebaseSetting>
createParams
protected RebaseSetting createParams(org.kohsuke.stapler.StaplerRequest req)
- Specified by:
createParams
in class AbstractSvnmergeTaskAction<RebaseSetting>
createTask
protected AbstractSvnmergeTaskAction.TaskImpl createTask(RebaseSetting param)
throws java.io.IOException
- Specified by:
createTask
in class AbstractSvnmergeTaskAction<RebaseSetting>
- Throws:
java.io.IOException
doCancelQueue
public void doCancelQueue(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
- Cancels a rebase task in the queue, if any.
- Throws:
java.io.IOException
javax.servlet.ServletException
decidePage
protected java.lang.String decidePage()
- Which page to render?
- Specified by:
decidePage
in class AbstractSvnmergeTaskAction<RebaseSetting>
Copyright © 2004-2011. All Rights Reserved.