Class RestDeploymentResultWithLogs
java.lang.Object
com.atlassian.bamboo.rest.model.deployments.results.RestDeploymentResult
com.atlassian.bamboo.rest.model.deployments.results.RestDeploymentResultWithLogs
- All Implemented Interfaces:
BambooIdProvider
,DeploymentResult
,InternalDeploymentResult
-
Constructor Summary
ConstructorDescriptionRestDeploymentResultWithLogs
(@NotNull DeploymentResult deploymentResult, @NotNull javax.ws.rs.core.UriBuilder baseUriBuilder, RestBuildLogEntryList restBuildLogEntryList) -
Method Summary
Methods inherited from class com.atlassian.bamboo.rest.model.deployments.results.RestDeploymentResult
getAgent, getAgentId, getAgentType, getCustomData, getDeploymentState, getDeploymentVersion, getDeploymentVersionName, getEnvironment, getEnvironmentId, getExecutedDate, getFinishedDate, getId, getKey, getLifeCycleState, getOperations, getQueuedDate, getReasonSummary, getStartedDate, getTriggerReason
-
Constructor Details
-
RestDeploymentResultWithLogs
public RestDeploymentResultWithLogs(@NotNull @NotNull DeploymentResult deploymentResult, @NotNull @NotNull javax.ws.rs.core.UriBuilder baseUriBuilder, RestBuildLogEntryList restBuildLogEntryList)
-
-
Method Details
-
getLogEntries
-