hudson.tools
Class DownloadFromUrlInstaller.Installable

java.lang.Object
  extended by hudson.tools.DownloadFromUrlInstaller.Installable
Enclosing class:
DownloadFromUrlInstaller

public static class DownloadFromUrlInstaller.Installable
extends Object

Downloadable and installable tool.


Field Summary
 String id
          Used internally to uniquely identify the name.
 String name
          This is the human readable name.
 String url
          URL.
 
Constructor Summary
DownloadFromUrlInstaller.Installable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id
Used internally to uniquely identify the name.


name

public String name
This is the human readable name.


url

public String url
URL.

Constructor Detail

DownloadFromUrlInstaller.Installable

public DownloadFromUrlInstaller.Installable()


Copyright © 2004-2013. All Rights Reserved.