public class BuildResultsControl extends BackdoorControl<BuildResultsControl>
BackdoorControl.AddXsrfNoCheckTokenFilter, BackdoorControl.JsonMediaTypeFilter
ADMIN_REST_PATH, API_REST_PATH, DEFAULT_REST_PATH, rootPath
Constructor and Description |
---|
BuildResultsControl(BambooEnvironmentData environmentData) |
Modifier and Type | Method and Description |
---|---|
io.restassured.response.Response |
getBuildResultAsResponse(PlanKey planKey,
int buildNumber)
Get build result via REST
|
Map<String,String> |
getMetadata(PlanResultKey planResultKey) |
ResultDetails |
getResultDetails(PlanResultKey planResultKey) |
client, createResource, createResourceForPath, get, getEnvironmentData, getRestModulePath, percentEncode, ping, post, resourceRoot, tearDown
public BuildResultsControl(@NotNull BambooEnvironmentData environmentData)
@NotNull public Map<String,String> getMetadata(@NotNull PlanResultKey planResultKey)
@NotNull public ResultDetails getResultDetails(@NotNull PlanResultKey planResultKey)
public io.restassured.response.Response getBuildResultAsResponse(@NotNull PlanKey planKey, int buildNumber)
planKey
- plan keybuildNumber
- build numberCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.