hudson.plugins.sitemonitor.model
Class Site

java.lang.Object
  extended by 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.
 
Method Summary
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Site

public Site(String url)
Constructs a Site with specified details.

Parameters:
url - the web site URL
Method Detail

getUrl

public final String getUrl()
Returns:
the web site URL


Copyright © 2004-2011. All Rights Reserved.