Class ProjectSearchResult
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
-
- com.atlassian.bamboo.plugins.rest.model.search.ProjectSearchResult
-
public class ProjectSearchResult extends SearchResultEntity
Represents a build or deployment project
-
-
Constructor Summary
Constructors Constructor Description ProjectSearchResult()ProjectSearchResult(@NotNull DeploymentProject deploymentProject)ProjectSearchResult(@NotNull Project project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()-
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
getId
-
-
-
-
Constructor Detail
-
ProjectSearchResult
public ProjectSearchResult()
-
ProjectSearchResult
public ProjectSearchResult(@NotNull @NotNull Project project)
-
ProjectSearchResult
public ProjectSearchResult(@NotNull @NotNull DeploymentProject deploymentProject)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein classSearchResultEntity
-
-