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 String
getBranchName()
long
getDatabaseId()
String
getDescription()
String
getJobName()
String
getKey()
String
getPlanName()
String
getProjectName()
String
getStageName()
String
getType()
-
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:
getType
in classSearchResultEntity
-
getDatabaseId
public long getDatabaseId()
-
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()
-
-