net.sf.lavalamp.site
Class AbstractBuildSite
java.lang.Object
net.sf.lavalamp.site.AbstractBuildSite
- All Implemented Interfaces:
- BuildSite
- Direct Known Subclasses:
- BambooRemoteApi, BambooRestApi
public abstract class AbstractBuildSite
- extends Object
- implements BuildSite
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
url
protected String url
urlGetter
protected Getter urlGetter
logger
protected LavaLogger logger
AbstractBuildSite
public AbstractBuildSite()
login
public void login()
throws LoginRequiredException,
IOException
- Description copied from interface:
BuildSite
- Throws a RuntimeException when the login fails
- Specified by:
login
in interface BuildSite
- Throws:
LoginRequiredException
IOException
setUrlGetter
public void setUrlGetter(Getter urlGetter)
- Specified by:
setUrlGetter
in interface BuildSite
getUrlGetter
public Getter getUrlGetter()
- Specified by:
getUrlGetter
in interface BuildSite
setProperties
public void setProperties(SiteProperties serverProperties)
- Specified by:
setProperties
in interface BuildSite
Copyright © 2010. All Rights Reserved.