java.lang.Object
com.atlassian.bamboo.plugins.jira.rest.model.build.ProjectSummary
All Implemented Interfaces:
NameProvider

public class ProjectSummary extends Object implements NameProvider
  • 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

      @NotNull public @NotNull String getName()
      Specified by:
      getName in interface NameProvider
    • getPlans

      @NotNull public @NotNull com.google.common.collect.ImmutableList<PlanSummary> getPlans()