public class UnshelveProjectExecutable extends Object implements hudson.model.Queue.Executable
Queue.Executable that will take care of unshelving projects.
Selected projects will be copied back under $JENKINS_HOME/jobs and the model will be reloaded.
| Constructor and Description |
|---|
UnshelveProjectExecutable(hudson.model.Queue.Task parentTask,
String[] shelvedProjectArchiveNames)
Creates a new
UnshelveProjectExecutable |
| Modifier and Type | Method and Description |
|---|---|
long |
getEstimatedDuration() |
hudson.model.Queue.Task |
getParent() |
void |
run() |
String |
toString() |
public UnshelveProjectExecutable(hudson.model.Queue.Task parentTask,
String[] shelvedProjectArchiveNames)
UnshelveProjectExecutableparentTask - The task from which the executable was created. Most likely UnshelveProjectTaskshelvedProjectArchiveNames - The list of shelve archives to treatCopyright © 2016–2020. All rights reserved.