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 void
UserGroupImpl. 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 void
ServerSettingsImpl. setArtifactDirectories(String artifactDirPaths)
void
ServerSettingsImpl. setArtifactsRootUrl(String artifactsRootUrl)
void
ServerSettingsImpl. setDefaultExecutionTimeout(int executionTimeout)
void
ServerSettingsImpl. setDefaultModificationCheckInterval(int defaultModificationCheckInterval)
void
ServerSettingsImpl. setDefaultQuietPeriod(int quietPeriod)
void
ServerSettingsImpl. setEncryptionKey(String encryptionKey)
void
ServerSettingsImpl. setEncryptionStrategy(String encryptionStrategy)
void
ServerSettingsImpl. setMaximumAllowedArtifactSize(long maxSize)
void
ServerSettingsImpl. setMaximumAllowedArtifactsNumber(long maxNumber)
void
ServerSettingsImpl. setMinimumCheckIntervalEnforced(boolean enforceMinimum)
void
ServerSettingsImpl. setRootUrl(String rootUrl)
void
ServerSettingsImpl. 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 void
RolesManagerImpl. addIncludedRole(RoleImpl role, Role includedRole)
void
RolesManagerImpl. addPermissions(RoleImpl role, Permission... permissions)
Role
RolesManagerImpl. createNewRole(String roleName)
void
RolesManagerImpl. deleteRole(Role role)
void
RolesManagerImpl. removeIncludedRole(RoleImpl role, Role includedRole)
void
RolesManagerImpl. 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 void
ServerCleanupManagerImpl. setCleanupEnabled(boolean enabled)
void
ServerCleanupManagerImpl. setCleanupStartCron(String cronExpression)
void
ServerCleanupManagerImpl. setMaxCleanupDuration(int durationMins)
void
ServerCleanupManagerImpl. setMaxCleanupDurationSeconds(int durationSeconds)
void
ServerCleanupManagerImpl. startCleanup()
void
ServerCleanupManagerImpl. 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)
-