|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.lavalamp.site.AbstractBuildSite net.sf.lavalamp.site.BambooRemoteApi
@Deprecated public class BambooRemoteApi
Uses the remote api (superceded by rest api in Bamboo 2.3 and deprecated in 2.5)
BambooRestApi
Field Summary | |
---|---|
static String |
URL_LASTBUILD
Deprecated. |
static String |
URL_LOGIN
Deprecated. |
Fields inherited from class net.sf.lavalamp.site.AbstractBuildSite |
---|
logger, url, urlGetter |
Constructor Summary | |
---|---|
BambooRemoteApi()
Deprecated. |
Method Summary | |
---|---|
protected String |
findAuth(String response)
Deprecated. |
String |
getAuthenticationKey()
Deprecated. |
String |
getLastBuildUrl(Build build)
Deprecated. |
protected String |
getLoginUrl(String userid)
Deprecated. |
void |
login()
Deprecated. Throws a RuntimeException when the login fails |
void |
setCredentials(Console console)
Deprecated. |
boolean |
wasBuildSuccessful(String response)
Deprecated. |
boolean |
wasLastBuildSuccessful(Build build)
Deprecated. |
Methods inherited from class net.sf.lavalamp.site.AbstractBuildSite |
---|
getUrlGetter, setProperties, setUrlGetter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String URL_LOGIN
public static final String URL_LASTBUILD
Constructor Detail |
---|
public BambooRemoteApi()
Method Detail |
---|
public void setCredentials(Console console)
public void login() throws IOException, LoginRequiredException
BuildSite
login
in interface BuildSite
login
in class AbstractBuildSite
IOException
LoginRequiredException
protected String findAuth(String response)
protected String getLoginUrl(String userid)
public String getLastBuildUrl(Build build)
public boolean wasLastBuildSuccessful(Build build) throws LoginRequiredException, IOException
LoginRequiredException
IOException
public String getAuthenticationKey()
public boolean wasBuildSuccessful(String response) throws LoginRequiredException
LoginRequiredException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |