Uses of Interface
jetbrains.buildServer.log.Loggable
-
-
Uses of Loggable in jetbrains.buildServer.agent
Subinterfaces of Loggable in jetbrains.buildServer.agent Modifier and Type Interface Description interface
AgentRunningBuild
Represents running build on the agent sideinterface
AgentRunningBuildEx
Classes in jetbrains.buildServer.agent that implement Loggable Modifier and Type Class Description class
AgentCanNotCheckoutReason
-
Uses of Loggable in jetbrains.buildServer.agent.impl
Classes in jetbrains.buildServer.agent.impl that implement Loggable Modifier and Type Class Description class
AgentRunningBuildImpl
-
Uses of Loggable in jetbrains.buildServer.agentServer
Classes in jetbrains.buildServer.agentServer that implement Loggable Modifier and Type Class Description class
AgentBuild
Contains necessary information about build to start on an agent. -
Uses of Loggable in jetbrains.buildServer.artifacts.rules
Classes in jetbrains.buildServer.artifacts.rules that implement Loggable Modifier and Type Class Description class
ArtifactDepRuleSet
Created by Nikita.Skvortsov Date: 4/12/11, 4:29 PM -
Uses of Loggable in jetbrains.buildServer.buildTriggers.triggerRules
Classes in jetbrains.buildServer.buildTriggers.triggerRules that implement Loggable Modifier and Type Class Description class
TriggerRulesImpl
-
Uses of Loggable in jetbrains.buildServer.configuration
Subinterfaces of Loggable in jetbrains.buildServer.configuration Modifier and Type Interface Description interface
ChangeProvider
A source of some changes forChangeObserver
.Classes in jetbrains.buildServer.configuration that implement Loggable Modifier and Type Class Description class
FilesState
class
FilesWatcher
Watches for changes in files.class
FileWatcher
Watches for changes in one file. -
Uses of Loggable in jetbrains.buildServer.controllers.login
Classes in jetbrains.buildServer.controllers.login that implement Loggable Modifier and Type Class Description class
InMemoryUser
Original GuestUser or RootUser throws exception on attempt to change its profile (because there is no such thing as profile for guest user). -
Uses of Loggable in jetbrains.buildServer.groups
Subinterfaces of Loggable in jetbrains.buildServer.groups Modifier and Type Interface Description interface
SUserGroup
Represents TeamCity-server user group interface.interface
UserGroup
Represents a user group.interface
UserGroupEx
-
Uses of Loggable in jetbrains.buildServer.groups.impl
Classes in jetbrains.buildServer.groups.impl that implement Loggable Modifier and Type Class Description class
AllUsersGroup
class
DeletedUserGroup
class
SecuredUserGroup
class
UserGroupImpl
User group implementation. -
Uses of Loggable in jetbrains.buildServer.messages
Classes in jetbrains.buildServer.messages that implement Loggable Modifier and Type Class Description class
TestMetadata
-
Uses of Loggable in jetbrains.buildServer.processes
Classes in jetbrains.buildServer.processes that implement Loggable Modifier and Type Class Description class
ProcessNode
Represents process. -
Uses of Loggable in jetbrains.buildServer.responsibility
Classes in jetbrains.buildServer.responsibility that implement Loggable Modifier and Type Class Description class
ResponsibilityEntryEx
-
Uses of Loggable in jetbrains.buildServer.responsibility.impl
Classes in jetbrains.buildServer.responsibility.impl that implement Loggable Modifier and Type Class Description class
BuildProblemInvestigationImpl
User: Victory.Bedrosova Date: 1/9/13 Time: 12:39 PMclass
BuildTypeResponsibilityEntryImpl
class
TestNameResponsibilityEntryImpl
-
Uses of Loggable in jetbrains.buildServer.serverSide
Subinterfaces of Loggable in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
BuildAgentEx
interface
ConfigAction
User or system action causing changes in TeamCity configuration filesinterface
ConfigActionEx
interface
QueuedBuildEx
interface
SBuildAgent
Represents agent on the server side.interface
SProject
Represents a server side projectClasses in jetbrains.buildServer.serverSide that implement Loggable Modifier and Type Class Description class
ResponsibilityInfo
A simpleResponsibilityEntry
implementation. -
Uses of Loggable in jetbrains.buildServer.serverSide.agentPools
Classes in jetbrains.buildServer.serverSide.agentPools that implement Loggable Modifier and Type Class Description class
AgentPoolImpl
class
ProjectAgentPoolImpl
-
Uses of Loggable in jetbrains.buildServer.serverSide.auth
Subinterfaces of Loggable in jetbrains.buildServer.serverSide.auth Modifier and Type Interface Description interface
Role
Presents user role in TeamCity.interface
RolesHolder
Roles containerinterface
RolesHolderEx
Classes in jetbrains.buildServer.serverSide.auth that implement Loggable Modifier and Type Class Description static class
AuthenticationToken.PermissionsRestriction
Holds permissions limit for the tokenclass
RoleScope
Represents scope of the role when role is associated with a user. -
Uses of Loggable in jetbrains.buildServer.serverSide.auth.impl
Classes in jetbrains.buildServer.serverSide.auth.impl that implement Loggable Modifier and Type Class Description class
Token
-
Uses of Loggable in jetbrains.buildServer.serverSide.build.index
Classes in jetbrains.buildServer.serverSide.build.index that implement Loggable Modifier and Type Class Description class
BuildTask<R>
-
Uses of Loggable in jetbrains.buildServer.serverSide.buildDistribution
Subinterfaces of Loggable in jetbrains.buildServer.serverSide.buildDistribution Modifier and Type Interface Description interface
QueuedBuildInfo
Represents build waiting in the queue specific information for the build distribution algorithm -
Uses of Loggable in jetbrains.buildServer.serverSide.impl
Subinterfaces of Loggable in jetbrains.buildServer.serverSide.impl Modifier and Type Interface Description interface
ProjectEx
Classes in jetbrains.buildServer.serverSide.impl that implement Loggable Modifier and Type Class Description class
MockBuildAgent
class
QueuedBuildImpl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type Loggable Modifier and Type Method Description static String
LogUtil. describe(Loggable loggable)
static String
LogUtil. describeInDetail(Loggable loggable)
-
Uses of Loggable in jetbrains.buildServer.serverSide.impl.agent
Classes in jetbrains.buildServer.serverSide.impl.agent that implement Loggable Modifier and Type Class Description class
AbstractBuildAgent
class
AbstractBuildAgentContext
class
DeadAgent
User: kirclass
RegisteredAgent
class
UnregisteredAgent
User: kir -
Uses of Loggable in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement Loggable Modifier and Type Class Description class
RoleImpl
Role is a set of permissions and included roles with name and identifier.class
SecuredBuildAgent
class
SecuredProject
class
SecuredQueuedBuild
class
SecuredVcsRoot
-
Uses of Loggable in jetbrains.buildServer.serverSide.impl.projects
Classes in jetbrains.buildServer.serverSide.impl.projects that implement Loggable Modifier and Type Class Description class
ProjectImpl
-
Uses of Loggable in jetbrains.buildServer.serverSide.oauth
Classes in jetbrains.buildServer.serverSide.oauth that implement Loggable Modifier and Type Class Description class
OAuthConnectionDescriptor
Describes a specific OAuth connection. -
Uses of Loggable in jetbrains.buildServer.serverSide.projectsImport
Classes in jetbrains.buildServer.serverSide.projectsImport that implement Loggable Modifier and Type Class Description class
ConfigEntityId
-
Uses of Loggable in jetbrains.buildServer.users
Subinterfaces of Loggable in jetbrains.buildServer.users Modifier and Type Interface Description interface
SUser
Presents TeamCity user data.interface
User
Represents a userClasses in jetbrains.buildServer.users that implement Loggable Modifier and Type Class Description class
SimpleUserData
This class contains main information to be sent via XmlRpc to remote client about TeamCity userclass
UserData
This class contains all necessary information to be sent via XmlRpc to remote client about TeamCity user -
Uses of Loggable in jetbrains.buildServer.users.impl
Subinterfaces of Loggable in jetbrains.buildServer.users.impl Modifier and Type Interface Description interface
UserEx
Classes in jetbrains.buildServer.users.impl that implement Loggable Modifier and Type Class Description class
AssociatedUser
User associated with build type or project This user is not an actual TeamCity user but rather "fake" user that acts on behalf of the build type of project it's associated withclass
BaseUser
Base class delegating authority holder methods to actual authority holder which should be returned by this class inheritors.class
RestrictedUserImpl
class
RolesHolderImpl<T>
Actual roles holders (like user and group) are expected to delegateRolesHolder
operations, rather than inherit fromRolesHolderImpl
.class
SecuredUser
class
TestUser
class
UserImpl
-
Uses of Loggable in jetbrains.buildServer.util.executors
Classes in jetbrains.buildServer.util.executors that implement Loggable Modifier and Type Class Description class
NamedRunnable
static class
TeamCityScheduledThreadPoolExecutor.RunnableScheduledFutureWrapper<V>
-
Uses of Loggable in jetbrains.buildServer.vcs
Subinterfaces of Loggable in jetbrains.buildServer.vcs Modifier and Type Interface Description interface
LVcsRoot
Light version of SVcsRootinterface
LVcsRootInstance
Light interface for VcsRootInstanceinterface
LVcsRootInstanceEx
Created 25.08.13 13:18interface
SVcsRoot
Server side class for the vcs root.interface
SVcsRootEx
interface
VcsRoot
Contains configuration settings of a configured version control root.interface
VcsRootInstance
Represents instance of VCS root settings (i.e.interface
VcsRootInstanceEx
Represents instance of VCS root which can be used for changes collecting.Classes in jetbrains.buildServer.vcs that implement Loggable Modifier and Type Class Description class
CheckoutRules
Contains a number of rules how to layout project sources on agent side.class
FileRuleSet<IncludeRuleClass extends FileRule,ExcludeRuleClass extends FileRule>
class
MockSVcsRoot
Deprecated.since 8.0, use VcsRootImpl if you need to construct VCS root in testsclass
VcsRootEntry
A pair of VcsRoot and associated CheckoutRules.class
VcsRootInstanceEntry
-
Uses of Loggable in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement Loggable Modifier and Type Class Description class
AbstractVcsModification
class
DBVcsModification
class
DeletedVcsRoot
class
DuplicateVcsModification
class
InaccessibleVcsRoot
Created 23.08.13 15:24class
PersonalVcsModificationImpl
Created 01.05.13 17:49class
SVcsRootImpl
class
VcsRootImpl
Version control connection settings.class
VcsRootInstanceImpl
Created 10.05.13 17:36class
VcsRootInstanceWithParent
-
Uses of Loggable in jetbrains.buildServer.web
Subinterfaces of Loggable in jetbrains.buildServer.web Modifier and Type Interface Description interface
CsrfCheck
Allows to add an extra check at the point when CSRF verification is made.Classes in jetbrains.buildServer.web that implement Loggable Modifier and Type Class Description class
CorsOrigins
-
Uses of Loggable in jetbrains.buildServer.web.proxyProblems
Classes in jetbrains.buildServer.web.proxyProblems that implement Loggable Modifier and Type Class Description static class
ProxyServerConfigurationCheckController.Problem
-
Uses of Loggable in jetbrains.vcs.api
Classes in jetbrains.vcs.api that implement Loggable Modifier and Type Class Description class
VcsSettings
This entity contains: Vcs plugin name Access parameters for version control server (in VcsRoot) checkout rules -
Uses of Loggable in jetbrains.vcs.api.impl
Classes in jetbrains.vcs.api.impl that implement Loggable Modifier and Type Class Description class
VcsServiceRoot
Created 24.10.12 14:34
-