Uses of Interface
jetbrains.buildServer.BuildProject
-
-
Uses of BuildProject in jetbrains.buildServer
Methods in jetbrains.buildServer that return BuildProject Modifier and Type Method Description BuildProject
TeamServerSummary. findProjectById(String id, boolean findInAdditionalProjects)
Returns project with specified id.BuildProject
BuildProject. getParentProject()
Returns the parent project of this project.BuildProject
TeamServerSummary. getRootProject()
Returns root projectMethods in jetbrains.buildServer that return types with arguments of type BuildProject Modifier and Type Method Description Collection<BuildProject>
TeamServerSummary. getAdditionalProjects()
List<BuildProject>
TeamServerSummary. getAllProjects()
Returns all projects registered on server including filtered out with investigations.List<? extends BuildProject>
BuildProject. getOwnProjects()
Returns direct child projects of this project.List<BuildProject>
TeamServerSummary. getOwnProjects(String projectId)
List<? extends BuildProject>
BuildProject. getProjects()
Returns all child projects (including children of children and so on) of this project.Collection<BuildProject>
TeamServerSummary. getProjects()
Returns all projects registered on server.Methods in jetbrains.buildServer with parameters of type BuildProject Modifier and Type Method Description ProjectData
DataFactory. createData(BuildProject project, DataFactory.BuildTypeInstancesFilter loadInstances, Filter<BuildType> buildTypeFilter, User user)
static ProjectData
ProjectData. createOn(BuildProject project, DataFactory factory, DataFactory.BuildTypeInstancesFilter loadInstances, Filter<BuildType> buildTypeFilter, User user)
Status
TeamServerSummary. getStatus(BuildProject project)
Returns project status calculated as cumulative status of the watched configurations in this project.boolean
TeamServerSummary. projectIsVisible(BuildProject project)
Returnstrue
if the project is watched by the user.Method parameters in jetbrains.buildServer with type arguments of type BuildProject Modifier and Type Method Description static List<ProjectData>
ProjectData. createDataListOn(Collection<BuildProject> list, DataFactory factory, DataFactory.BuildTypeInstancesFilter loadInstances, User user)
static List<ProjectData>
ProjectData. createDataListOn(Collection<BuildProject> list, DataFactory factory, DataFactory.BuildTypeInstancesFilter loadInstances, Filter<BuildType> buildTypeFilter, User user)
Constructor parameters in jetbrains.buildServer with type arguments of type BuildProject Constructor Description TeamServerSummary(List<BuildProject> projects, List<BuildProject> additionalProjects, Collection<String> visibleProjectIds, List<UserChangeInfo> changes, List<UserChangeInfo> personalChanges, Set<String> watchedConfigurationIds, Status watchedBuildsStatus, Map<String,Status> projectStatuses, Map<String,List<TestData>> testsWithInvestigation, boolean responsibleExists, Status changesStatus, int filteredOutProjectsCount, int filteredOutChangesCount, int counter)
-
Uses of BuildProject in jetbrains.buildServer.controllers.agent
Classes in jetbrains.buildServer.controllers.agent that implement BuildProject Modifier and Type Class Description class
PoolProject
Methods in jetbrains.buildServer.controllers.agent with parameters of type BuildProject Modifier and Type Method Description int
PoolProject. compareTo(BuildProject that)
-
Uses of BuildProject in jetbrains.buildServer.notification
Methods in jetbrains.buildServer.notification with parameters of type BuildProject Modifier and Type Method Description protected NotificationRule
BaseNotificationRulesTestCase. newRule(BuildProject project, String branchFilter, NotificationRule.Event... events)
protected NotificationRule
BaseNotificationRulesTestCase. newRule(BuildProject project, NotificationRule.Event... events)
NotificationRule
NotificationRulesUtil. newRule(BuildProject project, String branchFilter, NotificationRule.Event... events)
NotificationRule
NotificationRulesUtil. newRule(BuildProject project, NotificationRule.Event... events)
NotificationRuleFactory.NotificationRuleBuilder
NotificationRuleFactory.NotificationRuleBuilder. withProjects(BuildProject... projects)
Method parameters in jetbrains.buildServer.notification with type arguments of type BuildProject Modifier and Type Method Description NotificationRuleInit
NotificationRuleFactory. createRuleForProjectsAndBuildTypes(Collection<? extends BuildProject> projects, Collection<? extends BuildType> configurations, Collection<NotificationRule.Event> events, Map<String,String> additionalData)
protected NotificationRule
BaseNotificationRulesTestCase. newRule(Collection<? extends BuildProject> projects, Collection<? extends BuildType> buildTypes, Map<String,String> additionalData, NotificationRule.Event... events)
NotificationRule
NotificationRulesUtil. newRule(Collection<? extends BuildProject> projects, Collection<? extends BuildType> buildTypes, Map<String,String> additionalData, NotificationRule.Event... events)
NotificationRuleFactory.NotificationRuleBuilder
NotificationRuleFactory.NotificationRuleBuilder. withProjects(Collection<? extends BuildProject> projects)
-
Uses of BuildProject in jetbrains.buildServer.notification.impl
Method parameters in jetbrains.buildServer.notification.impl with type arguments of type BuildProject Modifier and Type Method Description NotificationRuleInit
NotificationRuleFactoryImpl. createRuleForProjectsAndBuildTypes(Collection<? extends BuildProject> projects, Collection<? extends BuildType> configurations, Collection<NotificationRule.Event> events, Map<String,String> additionalData)
-
Uses of BuildProject in jetbrains.buildServer.responsibility
Methods in jetbrains.buildServer.responsibility that return BuildProject Modifier and Type Method Description BuildProject
BuildProblemResponsibilityEntry. getProject()
BuildProject
TestNameResponsibilityEntry. getProject()
Returns the project this responsibility associated withMethods in jetbrains.buildServer.responsibility with parameters of type BuildProject Modifier and Type Method Description static TestNameResponsibilityEntry
ResponsibilityEntryFactory. createEntry(TestName testName, long testNameId, ResponsibilityEntry.State state, User responsible, User reporter, Date timestamp, String comment, BuildProject project, ResponsibilityEntry.RemoveMethod removeMethod)
Returns new test responsibility entry. -
Uses of BuildProject in jetbrains.buildServer.responsibility.impl
Methods in jetbrains.buildServer.responsibility.impl that return BuildProject Modifier and Type Method Description BuildProject
BuildProblemInvestigationImpl. getProject()
BuildProject
TestNameResponsibilityEntryImpl. getProject()
Constructors in jetbrains.buildServer.responsibility.impl with parameters of type BuildProject Constructor Description TestNameResponsibilityEntryImpl(TestName testName, long testNameId, ResponsibilityEntry.State state, User responsibleUser, User reporterUser, Date timestamp, String comment, BuildProject project, ResponsibilityEntry.RemoveMethod removeMethod)
-
Uses of BuildProject in jetbrains.buildServer.serverSide
Subinterfaces of BuildProject in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
SProject
Represents a server side project -
Uses of BuildProject in jetbrains.buildServer.serverSide.impl
Subinterfaces of BuildProject in jetbrains.buildServer.serverSide.impl Modifier and Type Interface Description interface
ProjectEx
Methods in jetbrains.buildServer.serverSide.impl with parameters of type BuildProject Modifier and Type Method Description static String
LogUtil. describeBuildProject(BuildProject project)
-
Uses of BuildProject in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement BuildProject Modifier and Type Class Description class
SecuredProject
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type BuildProject Modifier and Type Method Description boolean
ContextAwareProjectAccessFilter. accept(BuildProject data)
boolean
ProjectAccessFilter. accept(BuildProject data)
Method parameters in jetbrains.buildServer.serverSide.impl.auth with type arguments of type BuildProject Modifier and Type Method Description static List<SProject>
SecuredProjectManager. filterProjects(List<SProject> list, Filter<BuildProject> projectFilter)
-
Uses of BuildProject in jetbrains.buildServer.serverSide.impl.projects
Classes in jetbrains.buildServer.serverSide.impl.projects that implement BuildProject Modifier and Type Class Description class
ProjectImpl
Methods in jetbrains.buildServer.serverSide.impl.projects with parameters of type BuildProject Modifier and Type Method Description int
ProjectImpl. compareTo(BuildProject o)
static String
ProjectUtil. makeDeletedProjectDirectoryName(BuildProject project)
Method parameters in jetbrains.buildServer.serverSide.impl.projects with type arguments of type BuildProject Modifier and Type Method Description static Set<String>
ProjectUtil. getProjectsInternalIds(Collection<? extends BuildProject> projects)
Converts a collection of projects to a set of their internal ids.
-