hudson.plugins.sitemonitor.model
Class Site
java.lang.Object
hudson.plugins.sitemonitor.model.Site
public class Site
- extends Object
This class keeps the details of the web site to be monitored.
- Author:
- cliffano
|
Constructor Summary |
Site(String url)
Constructs a Site with specified details. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Site
public Site(String url)
- Constructs a Site with specified details.
- Parameters:
url - the web site URL
getUrl
public final String getUrl()
- Returns:
- the web site URL
Copyright © 2004-2011. All Rights Reserved.