protected abstract class AbstractSvnmergeTaskAction.TaskImpl
extends hudson.model.queue.AbstractQueueTask
Queue.Task that performs the integration.| Constructor and Description |
|---|
AbstractSvnmergeTaskAction.TaskImpl(P param) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkAbortPermission() |
hudson.model.Queue.Executable |
createExecutable() |
void |
doCancelQueue(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
boolean |
equals(Object obj) |
hudson.model.Label |
getAssignedLabel()
This has to run on the last workspace.
|
hudson.model.queue.CauseOfBlockage |
getCauseOfBlockage() |
long |
getEstimatedDuration() |
hudson.model.Node |
getLastBuiltOn() |
String |
getName() |
hudson.model.ResourceList |
getResourceList()
Exclusive access to the workspace required.
|
Object |
getSameNodeConstraint() |
String |
getUrl() |
String |
getWhyBlocked() |
boolean |
hasAbortPermission() |
int |
hashCode() |
boolean |
isBuildBlocked() |
boolean |
isConcurrentBuild() |
public AbstractSvnmergeTaskAction.TaskImpl(P param) throws IOException
IOExceptionpublic boolean isConcurrentBuild()
isConcurrentBuild in interface hudson.model.Queue.TaskisConcurrentBuild in class hudson.model.queue.AbstractQueueTaskpublic hudson.model.queue.CauseOfBlockage getCauseOfBlockage()
getCauseOfBlockage in interface hudson.model.Queue.TaskgetCauseOfBlockage in class hudson.model.queue.AbstractQueueTaskpublic Object getSameNodeConstraint()
getSameNodeConstraint in interface hudson.model.queue.SubTaskgetSameNodeConstraint in class hudson.model.queue.AbstractQueueTaskpublic hudson.model.Label getAssignedLabel()
public long getEstimatedDuration()
public hudson.model.Queue.Executable createExecutable()
throws IOException
IOExceptionpublic hudson.model.ResourceList getResourceList()
public String getUrl()
public void doCancelQueue(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.model.Node getLastBuiltOn()
public boolean isBuildBlocked()
public String getWhyBlocked()
public String getName()
public void checkAbortPermission()
public boolean hasAbortPermission()
Copyright © 2004-2014. All Rights Reserved.