hudson.plugins.sitemonitor.model
Class Site

java.lang.Object
  extended by hudson.plugins.sitemonitor.model.Site

public class Site
extends java.lang.Object

This class keeps the details of the web site to be monitored.

Author:
cliffano

Field Summary
private  java.lang.String mUrl
          The web site URL.
 
Constructor Summary
Site(java.lang.String url)
          Constructs a Site with specified details.
 
Method Summary
 java.lang.String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mUrl

private java.lang.String mUrl
The web site URL.

Constructor Detail

Site

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

Parameters:
url - the web site URL
Method Detail

getUrl

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


Copyright © 2010. All Rights Reserved.