public abstract class ImportLocation extends java.lang.Object implements hudson.model.Describable<ImportLocation>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
generatedLocation |
Constructor and Description |
---|
ImportLocation() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
You need to override this method if your import location creates temp files
|
abstract java.lang.String |
getDarFileLocation(hudson.FilePath workspace,
JenkinsDeploymentListener deploymentListener,
hudson.EnvVars envVars) |
hudson.model.Descriptor<ImportLocation> |
getDescriptor() |
void |
setGeneratedLocation(java.lang.String generatedLocation) |
public hudson.model.Descriptor<ImportLocation> getDescriptor()
getDescriptor
in interface hudson.model.Describable<ImportLocation>
public abstract java.lang.String getDarFileLocation(hudson.FilePath workspace, JenkinsDeploymentListener deploymentListener, hudson.EnvVars envVars)
public void setGeneratedLocation(java.lang.String generatedLocation)
public void cleanup()