Class BranchSearchResult
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
-
- com.atlassian.bamboo.plugins.rest.model.search.BranchSearchResult
-
public class BranchSearchResult extends SearchResultEntity
-
-
Constructor Summary
Constructors Constructor Description BranchSearchResult(@NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull CustomVariableContext customVariableContext, @NotNull ImmutablePlan plan)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPlanName()
String
getType()
-
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
getId
-
-
-
-
Constructor Detail
-
BranchSearchResult
public BranchSearchResult(@NotNull @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull @NotNull CustomVariableContext customVariableContext, @NotNull @NotNull ImmutablePlan plan)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in classSearchResultEntity
-
getPlanName
public String getPlanName()
-
-