public class DeleteProjectExecutable extends Object implements hudson.model.Queue.Executable
Queue.Executable that will take care of removing the provided shelvedProjects/
This executable will take care of deleting both the list of archive provided and also their associated metadata file (if relevant)
| Constructor and Description |
|---|
DeleteProjectExecutable(hudson.model.Queue.Task parentTask,
String[] shelvedProjectArchiveNames)
Creates a
DeleteProjectExecutable. |
| Modifier and Type | Method and Description |
|---|---|
long |
getEstimatedDuration() |
hudson.model.Queue.Task |
getParent() |
void |
run() |
String |
toString() |
public DeleteProjectExecutable(hudson.model.Queue.Task parentTask,
String[] shelvedProjectArchiveNames)
DeleteProjectExecutable.parentTask - The task from which the executable was created. Most likely DeleteProjectTaskshelvedProjectArchiveNames - The list of shelve archives to deleteCopyright © 2016–2020. All rights reserved.