org.jenkinsci.plugins.zapper
Class ZapInstallDescription

java.lang.Object
  extended by org.jenkinsci.plugins.zapper.ZapInstallDescription

public class ZapInstallDescription
extends Object

Author:
Adedayo Adetoye

Constructor Summary
ZapInstallDescription(String value, String path, String repositoryURL)
           
 
Method Summary
 String getPath()
           
 String getRepositoryURL()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZapInstallDescription

@DataBoundConstructor
public ZapInstallDescription(String value,
                                                  String path,
                                                  String repositoryURL)
Method Detail

getType

public String getType()

getPath

public String getPath()

getRepositoryURL

public String getRepositoryURL()


Copyright © 2004-2014. All Rights Reserved.