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
public class RestDeploymentResultWithLogs extends RestDeploymentResult
-
-
Constructor Summary
Constructors Constructor Description RestDeploymentResultWithLogs(@NotNull DeploymentResult deploymentResult, @NotNull javax.ws.rs.core.UriBuilder baseUriBuilder, RestBuildLogEntryList restBuildLogEntryList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestBuildLogEntryList
getLogEntries()
-
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 Detail
-
RestDeploymentResultWithLogs
public RestDeploymentResultWithLogs(@NotNull @NotNull DeploymentResult deploymentResult, @NotNull @NotNull javax.ws.rs.core.UriBuilder baseUriBuilder, RestBuildLogEntryList restBuildLogEntryList)
-
-
Method Detail
-
getLogEntries
public RestBuildLogEntryList getLogEntries()
-
-