|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.remoteapi.commands.AbstractCommand com.atlassian.bamboo.remoteapi.commands.GetLatestBuildCommand
public class GetLatestBuildCommand
This class uses the Bamboo rest api to obtain the latest build summary for a given build.
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.remoteapi.commands.AbstractCommand |
---|
HTTP_STATUS_OK |
Constructor Summary | |
---|---|
GetLatestBuildCommand()
|
Method Summary | |
---|---|
BuildResults |
getLatestResults(java.lang.String serverUrl,
java.lang.String authenticationToken,
java.lang.String buildName)
Uses the remote api to login to the bamboo server |
Methods inherited from class com.atlassian.bamboo.remoteapi.commands.AbstractCommand |
---|
executePostMethod, extractTagData, getHttpClient |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetLatestBuildCommand()
Method Detail |
---|
public BuildResults getLatestResults(java.lang.String serverUrl, java.lang.String authenticationToken, java.lang.String buildName)
serverUrl
- The URL of the bamboo serverauthenticationToken
- The The session's authentication token
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |