| Interface | Description |
|---|---|
| ChangelogBrowser |
Provides information on the changesets in an SCM implementation
|
| DetailConstants |
Custom fields should be fq names like "com.company.myfield".
|
| DirectoryBrowser | |
| HasChangelogBrowser |
An SCMRepository which provides access to a changelog sould implement this interface.
|
| HasDirectoryBrowser |
An SCMRepository which provides access to a directory tree should implement this interface.
|
| SCMModule |
A type of repository -- a number of repositories of this type belong to this module
Repositories in this module must have distinct names.
|
| SCMRepository |
A single Crucible plugin-based SCM repository.
|
| Class | Description |
|---|---|
| ChangelogBrowser.ChangeSets | |
| ChangeSet | |
| DirectorySummary | |
| FileHistory |
Details of the history of the file at a particular path.
|
| FileSummary |
A summary of a file within a directory listing.
|
| HasMaybeDetails | |
| RevisionData | |
| RevisionKey |
A version of a file is uniquely identified by a path and a revision string
|