Package jetbrains.buildServer.log
Interface Loggable
-
- All Known Subinterfaces:
AgentRunningBuild,AgentRunningBuildEx,BuildAgentEx,ChangeProvider,ConfigAction,ConfigActionEx,CsrfCheck,LVcsRoot,LVcsRootInstance,LVcsRootInstanceEx,ProjectEx,QueuedBuildEx,QueuedBuildInfo,Role,RolesHolder,RolesHolderEx,SBuildAgent,SProject,SUser,SUserGroup,SVcsRoot,SVcsRootEx,User,UserEx,UserGroup,UserGroupEx,VcsRoot,VcsRootInstance,VcsRootInstanceEx
- All Known Implementing Classes:
AbstractBuildAgent,AbstractBuildAgentContext,AbstractVcsModification,AgentBuild,AgentCanNotCheckoutReason,AgentPoolImpl,AgentRunningBuildImpl,AllUsersGroup,ArtifactDepRuleSet,AssociatedUser,AuthenticationToken.PermissionsRestriction,BaseUser,BuildProblemInvestigationImpl,BuildTask,BuildTypeResponsibilityEntryImpl,CheckoutRules,ConfigEntityId,CorsOrigins,DBVcsModification,DeadAgent,DeletedUserGroup,DeletedVcsRoot,DuplicateVcsModification,FileRuleSet,FilesState,FilesWatcher,FileWatcher,InaccessibleVcsRoot,InMemoryUser,MockBuildAgent,MockSVcsRoot,NamedRunnable,OAuthConnectionDescriptor,PersonalVcsModificationImpl,ProcessNode,ProjectAgentPoolImpl,ProjectImpl,ProxyServerConfigurationCheckController.Problem,QueuedBuildImpl,RegisteredAgent,ResponsibilityEntryEx,ResponsibilityInfo,RestrictedUserImpl,RoleImpl,RoleScope,RolesHolderImpl,SecuredBuildAgent,SecuredProject,SecuredQueuedBuild,SecuredUser,SecuredUserGroup,SecuredVcsRoot,SimpleUserData,SVcsRootImpl,TeamCityScheduledThreadPoolExecutor.RunnableScheduledFutureWrapper,TestMetadata,TestNameResponsibilityEntryImpl,TestUser,Token,TriggerRulesImpl,UnregisteredAgent,UserData,UserGroupImpl,UserImpl,VcsRootEntry,VcsRootImpl,VcsRootInstanceEntry,VcsRootInstanceImpl,VcsRootInstanceWithParent,VcsServiceRoot,VcsSettings
public interface Loggable- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdescribe(boolean verbose)
-
-
-
Method Detail
-
describe
@NotNull String describe(boolean verbose)
- Parameters:
verbose- verbosity of object description- Returns:
- description of this object. If verbose is true, description should have mode details.
-
-