com.atlassian.bamboo.project
Interface ProjectStatusHelper
- All Known Implementing Classes:
- ProjectStatusHelperImpl
public interface ProjectStatusHelper
Helps the UI deal with displayiing projects
getPlanCount
int getPlanCount(java.lang.String projectKey)
getFailingBuilds
int getFailingBuilds(java.lang.String projectKey)
getCurrentStatus
java.lang.String getCurrentStatus(java.lang.String projectKey)
- Returns the string representation the current status of builds for this project. Mirrors
Plan.getCurrentStatus()
.
It will return "current" if any plan is building, and "fail" if any plan is failing.
- Parameters:
projectKey
- Key of a project to check status
- Returns:
- a String representing the status
getProjectSummary
java.lang.String getProjectSummary(java.lang.String projectKey)
getUniqueProjects
@NotNull
java.util.Set<Project> getUniqueProjects(java.util.Collection<? extends TopLevelPlan> plans)
Copyright © 2011 Atlassian. All Rights Reserved.