AddToQueueRequest |
Contains information which is used to add build in the queue.
|
AddToQueueResult |
Contains result of adding build(s) in the queue
|
AfterTestHook |
TestNG hook allowing to perform custom verification after each test (for example, ensure that there were no errors in TestLogger ).
|
AgentPoolData |
This class contains all necessary information to be sent via XmlRpc
to remote client about TeamCity agent pool
|
ArtifactsConstants |
Contains the conventional constants that are used by TeamCity agent and server for artifacts
publishing and handling.
|
BaseJMockTestCase |
Base test case with JMock 2.5.x mockery support.
|
BaseSecondaryNodeWebTest |
Base test for web functionality involving multiple nodes
|
BaseSpringTestCase |
|
BaseTestCase |
|
BaseWebTestCase |
|
BuildAgentData |
This class contains all necessary information to be sent via XmlRpc
to remote client about TeamCity agent, registered on the server
|
BuildAuthUtil |
|
BuildInstanceData |
|
BuildProblemData |
Represents a problem that causes the build failure.
|
BuildProblemDataEx |
|
BuildRunnerData |
Represents build runner descriptor in IDE plugin
|
BuildTypeData |
This class contains all necessary information to be sent via XmlRpc
to remote client about TeamCity configuration, registered on the server
|
BuildTypeStatusDescriptorData |
This class contains all necessary information to be sent via XmlRpc
to remote client about status of TeamCity configuration, registered on the server
|
CachedSpringAccessor |
|
CollectSources |
|
CommandLineExecutor |
|
ComparisonFailureData |
Represents comparison failure
|
ComparisonFailureUtil |
|
CompositeSpringBeansFilter |
|
ContextLocalSpringBeanFilter |
|
DataFactory |
Is used to create data objects according to specified interfaces.
|
DebugSessionInfo |
Contains information about debug session for certain build step.
|
DefaultExtensionAccessor |
|
DefaultSpringAccessor |
|
DevelopmentMode |
|
ExecResult |
|
ExtendableServiceLocator |
Extensions holder which maintains local collection of extensions and
is able to retrieve extensions from Spring bean factory.
|
FlakyTestRetry |
This class can be used to retry a failed test.
|
JUnitTestCompatibilityLayer |
|
LineAwareByteArrayOutputStream |
A ByteArrayOutputStream which decodes bytes into string and invokes the
given callback when a new line is detected.
|
LongAccumulator |
|
MockBuild |
|
MockBuildPromotion |
|
MockBuildStatistics |
|
MockCustomDataStorage |
|
MockPluginManager |
|
MockSupport |
|
MockTimeService |
|
NativeLibraryPathHacker |
Sets java.library.path to own CodeSource root, nullifies ClassLoader.sys_paths
|
NetworkUtil |
|
NoRetry |
|
PluginAwareSpringAccessor |
|
PluginExtensionAccessor |
|
ProjectData |
This class contains all necessary information to be sent via XmlRpc
to remote client about TeamCity project, registered on the server
|
QueuedBuildData |
This class contains all necessary information to be sent via XmlRpc
to remote client about TeamCity queued build
|
ResourceUtil |
|
RollingByteArrayOutputStream |
output stream implementation which stores bytes into byte array like ByteArrayOutputStream
but it returns no more bytes than specified limit.
|
ServerVersion |
|
ServiceLocatorImpl |
|
SimpleBuildAgentData |
|
SimpleCommandLineProcessRunner |
User: Eugene.Petrenko
Date: 16.10.2006
Time: 19:28:52
|
SimpleCommandLineProcessRunner.NoOutputTimeoutProcessRunCallbackAdapter |
|
SimpleCommandLineProcessRunner.NoOutputTimeoutRunCommandEventsAdapter |
|
SimpleCommandLineProcessRunner.ProcessRunCallbackAdapter |
Deprecated.
|
SimpleCommandLineProcessRunner.RunCommandEventsAdapter |
|
SpringContextTestCase |
|
StampedExtensionsSupplier.StoredData<CONTEXT,T> |
|
StatusDescriptor |
Build status descriptor
|
StreamGobbler |
|
TeamCityAsserts |
Useful assert methods.
|
TeamCityCloud |
|
TeamCitySpringTestBase |
|
TeamCityTestUtils |
Useful static methods for testing,
but not asserts.
|
TeamServerSummary |
Summary data for specified user.
|
TeamServerSummaryData |
This class contains all necessary information to be sent via XmlRpc
to remote client about TeamCity summary
|
TempFiles |
|
TestInternalProperties |
|
TestLogger |
|
TestLogger.AssertOnce |
|
TestNGUtil |
Util class for TestNG based tests.
|
ThreadMonitor4Tests |
Usage:
setUp:
myTM = new ThreadMonitor4Tests();
myTM.freezeThreads();
tearDown:
myTM.waitForCompletion(1000);
|
TypeToCollectionMap |
|
UserChangeInfo |
information about modification
|
UserChangeInfo.BuildTypeChangeStatus |
Describes the status of the change in the particular build configuration
|
UserChangeInfoData |
This class contains all necessary information to be sent via XmlRpc
to remote client about TeamCity user change
|
UserChanges |
|
UserDataKey<Y> |
Represents key for UserDataStorage
Each instance of key represents unique key object
|
UserDataStorageImpl |
|
VcsTestEnvironment |
|
WithDefaultCharset |
A small utility class to let one change current JVM encoding
to run encoding specific tests.
|