com.xebialabs.deployit.ci
Class URLLocation

java.lang.Object
  extended by com.xebialabs.deployit.ci.ImportLocation
      extended by com.xebialabs.deployit.ci.URLLocation
All Implemented Interfaces:
hudson.model.Describable<ImportLocation>

public class URLLocation
extends ImportLocation


Nested Class Summary
static class URLLocation.DescriptorImpl
           
 
Field Summary
 java.lang.String url
           
 
Fields inherited from class com.xebialabs.deployit.ci.ImportLocation
generatedLocation
 
Constructor Summary
URLLocation(java.lang.String url)
           
 
Method Summary
 java.lang.String getDarFileLocation(hudson.FilePath workspace, JenkinsDeploymentListener deploymentListener)
           
 
Methods inherited from class com.xebialabs.deployit.ci.ImportLocation
cleanup, getDescriptor, setGeneratedLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public final java.lang.String url
Constructor Detail

URLLocation

@DataBoundConstructor
public URLLocation(java.lang.String url)
Method Detail

getDarFileLocation

public java.lang.String getDarFileLocation(hudson.FilePath workspace,
                                           JenkinsDeploymentListener deploymentListener)
Specified by:
getDarFileLocation in class ImportLocation