Class ViewChainSummary.VersionWithRelatedPlanResults
- java.lang.Object
-
- com.atlassian.bamboo.ww2.actions.chains.ViewChainSummary.VersionWithRelatedPlanResults
-
- Enclosing class:
- ViewChainSummary
public class ViewChainSummary.VersionWithRelatedPlanResults extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
DeploymentVersion
getDeploymentVersion()
Set<ResultsSummary>
getRelatedPlanResults()
int
hashCode()
-
-
-
Method Detail
-
getDeploymentVersion
public DeploymentVersion getDeploymentVersion()
-
getRelatedPlanResults
public Set<ResultsSummary> getRelatedPlanResults()
-
-