public class UseMangoTestTask
extends hudson.model.queue.AbstractQueueTask
implements hudson.security.AccessControlled
| Constructor and Description |
|---|
UseMangoTestTask(String nodeLabel,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
ExecutableTest test,
String projectId,
com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkAbortPermission() |
void |
checkPermission(hudson.security.Permission p) |
hudson.model.Queue.Executable |
createExecutable() |
hudson.security.ACL |
getACL() |
hudson.model.Label |
getAssignedLabel() |
String |
getDisplayName() |
long |
getEstimatedDuration() |
String |
getFullDisplayName() |
hudson.model.Node |
getLastBuiltOn() |
String |
getName() |
hudson.model.ResourceList |
getResourceList() |
Collection<? extends hudson.model.queue.SubTask> |
getSubTasks() |
String |
getUrl() |
String |
getWhyBlocked() |
boolean |
hasAbortPermission() |
boolean |
hasPermission(hudson.security.Permission p) |
boolean |
isBuildBlocked() |
public UseMangoTestTask(String nodeLabel, hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, ExecutableTest test, String projectId, com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials credentials)
public String getName()
getName in interface hudson.model.Queue.Taskpublic String getFullDisplayName()
getFullDisplayName in interface hudson.model.Queue.Taskpublic String getUrl()
getUrl in interface hudson.model.Queue.Taskpublic String getDisplayName()
getDisplayName in interface hudson.model.ModelObjectgetDisplayName in interface hudson.model.ResourceActivitypublic hudson.model.Label getAssignedLabel()
getAssignedLabel in interface hudson.model.queue.SubTaskpublic hudson.model.Node getLastBuiltOn()
getLastBuiltOn in interface hudson.model.queue.SubTaskpublic long getEstimatedDuration()
getEstimatedDuration in interface hudson.model.queue.SubTaskpublic Collection<? extends hudson.model.queue.SubTask> getSubTasks()
getSubTasks in interface hudson.model.Queue.TaskgetSubTasks in class hudson.model.queue.AbstractQueueTaskpublic void checkPermission(hudson.security.Permission p)
throws org.acegisecurity.AccessDeniedException
checkPermission in interface hudson.security.AccessControlledorg.acegisecurity.AccessDeniedExceptionpublic hudson.security.ACL getACL()
getACL in interface hudson.security.AccessControlledpublic boolean hasPermission(hudson.security.Permission p)
hasPermission in interface hudson.security.AccessControlledpublic void checkAbortPermission()
checkAbortPermission in interface hudson.model.Queue.Taskpublic String getWhyBlocked()
getWhyBlocked in interface hudson.model.Queue.Taskpublic boolean hasAbortPermission()
hasAbortPermission in interface hudson.model.Queue.Taskpublic boolean isBuildBlocked()
isBuildBlocked in interface hudson.model.Queue.Taskpublic hudson.model.ResourceList getResourceList()
getResourceList in interface hudson.model.ResourceActivitypublic hudson.model.Queue.Executable createExecutable()
throws IOException
createExecutable in interface hudson.model.queue.SubTaskIOExceptionCopyright © 2016–2020. All rights reserved.