public class GeneratedLocation extends ImportLocation
| Modifier and Type | Class and Description |
|---|---|
static class |
GeneratedLocation.DescriptorImpl |
generatedLocation| Constructor and Description |
|---|
GeneratedLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
You need to override this method if your import location creates temp files
|
java.lang.String |
getDarFileLocation(hudson.FilePath workspace,
JenkinsDeploymentListener deploymentListener)
For local workspace just returns the path;
For remote workspace - copies dar file into local temporary location first,
then returns temporary path.
|
getDescriptor, setGeneratedLocationpublic java.lang.String getDarFileLocation(hudson.FilePath workspace,
JenkinsDeploymentListener deploymentListener)
getDarFileLocation in class ImportLocationpublic void cleanup()
throws java.io.IOException,
java.lang.InterruptedException
ImportLocationcleanup in class ImportLocationjava.io.IOExceptionjava.lang.InterruptedException