Class ProjectSummary
- java.lang.Object
-
- com.atlassian.bamboo.plugins.jira.rest.model.build.ProjectSummary
-
- All Implemented Interfaces:
NameProvider
public class ProjectSummary extends Object implements NameProvider
-
-
Constructor Summary
Constructors Constructor Description ProjectSummary()
ProjectSummary(@NotNull Project project, @NotNull com.google.common.collect.ImmutableList<PlanSummary> plans, @NotNull String baseUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
getName()
@NotNull com.google.common.collect.ImmutableList<PlanSummary>
getPlans()
-
-
-
Constructor Detail
-
ProjectSummary
public ProjectSummary()
-
ProjectSummary
public ProjectSummary(@NotNull @NotNull Project project, @NotNull @NotNull com.google.common.collect.ImmutableList<PlanSummary> plans, @NotNull @NotNull String baseUrl)
-
-
Method Detail
-
getName
@NotNull public @NotNull String getName()
- Specified by:
getName
in interfaceNameProvider
-
getPlans
@NotNull public @NotNull com.google.common.collect.ImmutableList<PlanSummary> getPlans()
-
-