Class ProjectSearchResult

java.lang.Object
com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
com.atlassian.bamboo.plugins.rest.model.search.ProjectSearchResult

public class ProjectSearchResult extends SearchResultEntity
Represents a build or deployment project
  • Constructor Details

    • ProjectSearchResult

      public ProjectSearchResult()
    • ProjectSearchResult

      public ProjectSearchResult(@NotNull @NotNull Project project)
    • ProjectSearchResult

      public ProjectSearchResult(@NotNull @NotNull DeploymentProject deploymentProject)
  • Method Details