public class DeployNowTask extends AbstractQueueTask
Constructor and Description |
---|
DeployNowTask(AbstractBuild<?,?> build,
DeployNowRunAction.Deployer deployer) |
Modifier and Type | Method and Description |
---|---|
void |
checkAbortPermission() |
Queue.Executable |
createExecutable() |
boolean |
equals(Object o) |
Label |
getAssignedLabel() |
AbstractBuild<?,?> |
getBuild() |
CauseOfBlockage |
getCauseOfBlockage() |
DeployNowRunAction.Deployer |
getDeployer() |
String |
getDisplayName() |
long |
getEstimatedDuration() |
String |
getFullDisplayName() |
Node |
getLastBuiltOn() |
String |
getName() |
ResourceList |
getResourceList() |
Object |
getSameNodeConstraint() |
String |
getUrl() |
String |
getWhyBlocked()
Deprecated.
|
boolean |
hasAbortPermission() |
int |
hashCode() |
boolean |
isBuildBlocked() |
boolean |
isConcurrentBuild() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAffinityKey, getDefaultAuthentication, getDefaultAuthentication, getSubTasks
getOwnerTask
public DeployNowTask(AbstractBuild<?,?> build, DeployNowRunAction.Deployer deployer)
public boolean isBuildBlocked()
@Deprecated public String getWhyBlocked()
public CauseOfBlockage getCauseOfBlockage()
public String getName()
public String getFullDisplayName()
public void checkAbortPermission()
public boolean hasAbortPermission()
public String getUrl()
public boolean isConcurrentBuild()
public ResourceList getResourceList()
public String getDisplayName()
public Label getAssignedLabel()
public Node getLastBuiltOn()
public long getEstimatedDuration()
public Queue.Executable createExecutable() throws IOException
IOException
public Object getSameNodeConstraint()
public DeployNowRunAction.Deployer getDeployer()
public AbstractBuild<?,?> getBuild()
Copyright © 2016–2022. All rights reserved.