Uses of Interface
jetbrains.buildServer.BuildProject
-
-
Uses of BuildProject in jetbrains.buildServer
Methods in jetbrains.buildServer that return BuildProject Modifier and Type Method Description BuildProjectTeamServerSummary. findProjectById(String id, boolean findInAdditionalProjects)Returns project with specified id.BuildProjectBuildProject. getParentProject()Returns the parent project of this project.BuildProjectTeamServerSummary. 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 ProjectDataDataFactory. createData(BuildProject project, DataFactory.BuildTypeInstancesFilter loadInstances, Filter<BuildType> buildTypeFilter, User user)static ProjectDataProjectData. createOn(BuildProject project, DataFactory factory, DataFactory.BuildTypeInstancesFilter loadInstances, Filter<BuildType> buildTypeFilter, User user)StatusTeamServerSummary. getStatus(BuildProject project)Returns project status calculated as cumulative status of the watched configurations in this project.booleanTeamServerSummary. projectIsVisible(BuildProject project)Returnstrueif 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 classPoolProjectMethods in jetbrains.buildServer.controllers.agent with parameters of type BuildProject Modifier and Type Method Description intPoolProject. 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 NotificationRuleBaseNotificationRulesTestCase. newRule(BuildProject project, String branchFilter, NotificationRule.Event... events)protected NotificationRuleBaseNotificationRulesTestCase. newRule(BuildProject project, NotificationRule.Event... events)NotificationRuleNotificationRulesUtil. newRule(BuildProject project, String branchFilter, NotificationRule.Event... events)NotificationRuleNotificationRulesUtil. newRule(BuildProject project, NotificationRule.Event... events)NotificationRuleFactory.NotificationRuleBuilderNotificationRuleFactory.NotificationRuleBuilder. withProjects(BuildProject... projects)Method parameters in jetbrains.buildServer.notification with type arguments of type BuildProject Modifier and Type Method Description NotificationRuleInitNotificationRuleFactory. createRuleForProjectsAndBuildTypes(Collection<? extends BuildProject> projects, Collection<? extends BuildType> configurations, Collection<NotificationRule.Event> events, Map<String,String> additionalData)protected NotificationRuleBaseNotificationRulesTestCase. newRule(Collection<? extends BuildProject> projects, Collection<? extends BuildType> buildTypes, Map<String,String> additionalData, NotificationRule.Event... events)NotificationRuleNotificationRulesUtil. newRule(Collection<? extends BuildProject> projects, Collection<? extends BuildType> buildTypes, Map<String,String> additionalData, NotificationRule.Event... events)NotificationRuleFactory.NotificationRuleBuilderNotificationRuleFactory.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 NotificationRuleInitNotificationRuleFactoryImpl. 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 BuildProjectBuildProblemResponsibilityEntry. getProject()BuildProjectTestNameResponsibilityEntry. getProject()Returns the project this responsibility associated withMethods in jetbrains.buildServer.responsibility with parameters of type BuildProject Modifier and Type Method Description static TestNameResponsibilityEntryResponsibilityEntryFactory. 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 BuildProjectBuildProblemInvestigationImpl. getProject()BuildProjectTestNameResponsibilityEntryImpl. 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 interfaceSProjectRepresents 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 interfaceProjectExMethods in jetbrains.buildServer.serverSide.impl with parameters of type BuildProject Modifier and Type Method Description static StringLogUtil. 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 classSecuredProjectMethods in jetbrains.buildServer.serverSide.impl.auth with parameters of type BuildProject Modifier and Type Method Description booleanContextAwareProjectAccessFilter. accept(BuildProject data)booleanProjectAccessFilter. 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 classProjectImplMethods in jetbrains.buildServer.serverSide.impl.projects with parameters of type BuildProject Modifier and Type Method Description intProjectImpl. compareTo(BuildProject o)static StringProjectUtil. 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.
-