Uses of Class
org.acegisecurity.annotation.Secured
-
-
Uses of Secured in jetbrains.buildServer.groups.impl
Methods in jetbrains.buildServer.groups.impl with annotations of type Secured Modifier and Type Method Description voidUserGroupImpl. removeSubgroup(UserGroup group) -
Uses of Secured in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with annotations of type Secured Modifier and Type Method Description voidServerSettingsImpl. setArtifactDirectories(String artifactDirPaths)voidServerSettingsImpl. setArtifactsRootUrl(String artifactsRootUrl)voidServerSettingsImpl. setDefaultExecutionTimeout(int executionTimeout)voidServerSettingsImpl. setDefaultModificationCheckInterval(int defaultModificationCheckInterval)voidServerSettingsImpl. setDefaultQuietPeriod(int quietPeriod)voidServerSettingsImpl. setEncryptionKey(String encryptionKey)voidServerSettingsImpl. setEncryptionStrategy(String encryptionStrategy)voidServerSettingsImpl. setMaximumAllowedArtifactSize(long maxSize)voidServerSettingsImpl. setMaximumAllowedArtifactsNumber(long maxNumber)voidServerSettingsImpl. setMinimumCheckIntervalEnforced(boolean enforceMinimum)voidServerSettingsImpl. setRootUrl(String rootUrl)voidServerSettingsImpl. setSecurityPatchesMode(String mode) -
Uses of Secured in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with annotations of type Secured Modifier and Type Method Description voidRolesManagerImpl. addIncludedRole(RoleImpl role, Role includedRole)voidRolesManagerImpl. addPermissions(RoleImpl role, Permission... permissions)RoleRolesManagerImpl. createNewRole(String roleName)voidRolesManagerImpl. deleteRole(Role role)voidRolesManagerImpl. removeIncludedRole(RoleImpl role, Role includedRole)voidRolesManagerImpl. removePermission(RoleImpl role, Permission permission) -
Uses of Secured in jetbrains.buildServer.serverSide.impl.cleanup
Methods in jetbrains.buildServer.serverSide.impl.cleanup with annotations of type Secured Modifier and Type Method Description voidServerCleanupManagerImpl. setCleanupEnabled(boolean enabled)voidServerCleanupManagerImpl. setCleanupStartCron(String cronExpression)voidServerCleanupManagerImpl. setMaxCleanupDuration(int durationMins)voidServerCleanupManagerImpl. setMaxCleanupDurationSeconds(int durationSeconds)voidServerCleanupManagerImpl. startCleanup()voidServerCleanupManagerImpl. stopCleanup(SUser userPerformingAction) -
Uses of Secured in jetbrains.buildServer.serverSide.statistics.buildtime
Methods in jetbrains.buildServer.serverSide.statistics.buildtime with annotations of type Secured Modifier and Type Method Description Collection<AgentBuildValue>AggregatedStatisticsProvider. getAgentBuilds(DateRange dateRange)Collection<AgentBuildValue>FinishedBuildsStatisticProvider. getAgentBuilds(DateRange dateRange)Collection<AgentBuildValue>RunningBuildsStatisticProvider. getAgentBuilds(DateRange range)Collection<AgentBuildValue>TimeStatisticsProvider. getAgentBuilds(DateRange dateRange)Collection<AgentConfigurationValue>AggregatedStatisticsProvider. getAgentConfigurationValue(DateRange dateRange)Collection<AgentConfigurationValue>FinishedBuildsStatisticProvider. getAgentConfigurationValue(DateRange dateRange)Collection<AgentConfigurationValue>RunningBuildsStatisticProvider. getAgentConfigurationValue(DateRange dateRange)Collection<AgentConfigurationValue>TimeStatisticsProvider. getAgentConfigurationValue(DateRange dateRange)
-