Class | Description |
---|---|
ArchitectureCreationModificationInfo |
Holds information about the creator and the creation date of an architecture
as well as the name of the user who last modified the architecture and the
modification date.
|
BasicTokenElementInfo |
Transport object with the information needed for a token element.
|
CommitDescriptor |
Immutable class describing a single commit by its branch name and a
timestamp.
|
FindingDelta |
Result object that wraps a list of added and removed findings
|
FindingsSummaryCategoryInfo |
Summary of findings for a container or element.
|
FindingsSummaryGroupInfo |
Holds a finding group name along with its number of corresponding findings.
|
FindingsSummaryInfoBase |
Base class for finding summary info objects.
|
FindingsSummaryTypeIdInfo |
Holds a finding typeId name (i.e.
|
GitUtils |
Utility methods for working with a Git repository.
|
GitUtils.TeamscaleGitCredentialsProvider |
Basic credentials provider for the jgit library that automatically accepts
requests whether we trust a source.
|
IndexFinding |
A
DetachedFinding with additional attributes required for index-based
analysis. |
ParentedCommitDescriptor |
A commit descriptor that additionally contains parent information.
|
PreCommitUploadData |
Data class for a pre-commit upload.
|
ProjectInfo |
Descriptor for a single project.
|
TestIndexFindingBuilder |
Builds
IndexFinding s for test purposes. |
TestTrackedFindingBuilder |
Builds
TrackedFinding s for test purposes. |
TrackedFinding |
A tracked finding extends the
DetachedFinding by additional
attributes that are calculated via tracking. |
TrackedFinding.TrackedFindingComparator |
A basic comparator used for TrackedFindings.
|
UnresolvedCommitDescriptor |
An already parsed commit, whose branch name may still be missing and whose
UnresolvedCommitDescriptor.parentIndex is not yet resolved. |
Enum | Description |
---|---|
EGitProtocol |
Enumeration of supported git transport protocols.
|
EVersionControlSystemType |
Information about version control systems to be shared with IDE clients and
service.
|
Exception | Description |
---|---|
RepositoryException |
Signals an error during work with a version control repository.
|