Class DeploymentVersionService.DeploymentVersionNeededAttributes

java.lang.Object
com.atlassian.bamboo.deployments.versions.service.DeploymentVersionService.DeploymentVersionNeededAttributes
Enclosing interface:
DeploymentVersionService

public static class DeploymentVersionService.DeploymentVersionNeededAttributes extends Object
Created for performance reasons. DeploymentVersionService use cases don't always require all versions' attributes. This class lets you omit those that are expensive to get, in most cases due to extra DB queries. If a particular attribute is not needed, it will be set to either a null value or an empty collection where applicable.
Since:
10.0