Class PlanSearchResult
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
-
- com.atlassian.bamboo.plugins.rest.model.search.PlanSearchResult
-
public class PlanSearchResult extends SearchResultEntity
-
-
Constructor Summary
Constructors Constructor Description PlanSearchResult()PlanSearchResult(com.atlassian.sal.api.message.I18nResolver i18nResolver, CustomVariableContext customVariableContext, ImmutablePlan plan)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBranchName()StringgetDescription()StringgetJobName()StringgetKey()StringgetPlanName()StringgetProjectName()StringgetStageName()StringgetType()-
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
getId
-
-
-
-
Constructor Detail
-
PlanSearchResult
public PlanSearchResult()
-
PlanSearchResult
public PlanSearchResult(com.atlassian.sal.api.message.I18nResolver i18nResolver, CustomVariableContext customVariableContext, ImmutablePlan plan)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein classSearchResultEntity
-
getKey
public String getKey()
-
getProjectName
public String getProjectName()
-
getPlanName
public String getPlanName()
-
getBranchName
public String getBranchName()
-
getStageName
public String getStageName()
-
getJobName
public String getJobName()
-
getDescription
public String getDescription()
-
-