Class ProjectSummary
java.lang.Object
com.atlassian.bamboo.plugins.jira.rest.model.build.ProjectSummary
- All Implemented Interfaces:
NameProvider
-
Constructor Summary
ConstructorDescriptionProjectSummary
(@NotNull Project project, @NotNull com.google.common.collect.ImmutableList<PlanSummary> plans, @NotNull String baseUrl) -
Method Summary
Modifier and TypeMethodDescription@NotNull String
getName()
@NotNull com.google.common.collect.ImmutableList<PlanSummary>
getPlans()
-
Constructor Details
-
ProjectSummary
public ProjectSummary() -
ProjectSummary
public ProjectSummary(@NotNull @NotNull Project project, @NotNull @NotNull com.google.common.collect.ImmutableList<PlanSummary> plans, @NotNull @NotNull String baseUrl)
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceNameProvider
-
getPlans
-