Class DeploymentVersionSearchResult
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
-
- com.atlassian.bamboo.plugins.rest.deployments.versions.DeploymentVersionSearchResult
-
public class DeploymentVersionSearchResult extends SearchResultEntity
-
-
Constructor Summary
Constructors Constructor Description DeploymentVersionSearchResult()
DeploymentVersionSearchResult(DeploymentVersion version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
-
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
getId
-
-
-
-
Constructor Detail
-
DeploymentVersionSearchResult
public DeploymentVersionSearchResult()
-
DeploymentVersionSearchResult
public DeploymentVersionSearchResult(DeploymentVersion version)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in classSearchResultEntity
-
-