Uses of Class
com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
-
Packages that use SearchResultEntity Package Description com.atlassian.bamboo.plugins.rest.deployments.versions com.atlassian.bamboo.plugins.rest.model.search -
-
Uses of SearchResultEntity in com.atlassian.bamboo.plugins.rest.deployments.versions
Subclasses of SearchResultEntity in com.atlassian.bamboo.plugins.rest.deployments.versions Modifier and Type Class Description class
DeploymentVersionSearchResult
-
Uses of SearchResultEntity in com.atlassian.bamboo.plugins.rest.model.search
Subclasses of SearchResultEntity in com.atlassian.bamboo.plugins.rest.model.search Modifier and Type Class Description class
AgentAssignmentSearchResult
class
AuthorSearchResult
class
BranchSearchResult
class
EnvironmentSearchResult
class
PlanSearchResult
class
ProjectSearchResult
Represents a build or deployment projectclass
StageSearchResult
class
UserSearchResult
Methods in com.atlassian.bamboo.plugins.rest.model.search that return SearchResultEntity Modifier and Type Method Description SearchResultEntity
SearchResult. getEntity()
Constructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type SearchResultEntity Constructor Description SearchResult(@NotNull SearchResultEntity entity)
-