com.atlassian.bamboo.remoteapi.commands
Class GetLatestBuildCommand
java.lang.Object
com.atlassian.bamboo.remoteapi.commands.AbstractCommand
com.atlassian.bamboo.remoteapi.commands.GetLatestBuildCommand
public class GetLatestBuildCommand
- extends AbstractCommand
This class uses the Bamboo rest api to obtain the latest build summary for a given build.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetLatestBuildCommand
public GetLatestBuildCommand()
getLatestResults
public BuildResults getLatestResults(String serverUrl,
String authenticationToken,
String buildName)
- Uses the remote api to login to the bamboo server
- Parameters:
serverUrl
- The URL of the bamboo serverauthenticationToken
- The The session's authentication token
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.