A
B
C
D
F
G
I
L
O
P
S
T
U
V
W
G
- getALL() - function in org.ossreviewtoolkit.downloader.VersionControlSystem.Companion
- All version control systems available in the classpath, sorted by their priority.
- getCause() - function in kotlin.Throwable
- getCloneInfo(java.io.File) - function in org.ossreviewtoolkit.downloader.VersionControlSystem.Companion
- Return all VCS information about a workingDir.
- getDefaultBranchName(java.lang.String) - function in org.ossreviewtoolkit.downloader.VersionControlSystem
- Return the name of the default branch for the repository at url.
- getEntries() - function in org.ossreviewtoolkit.downloader.VcsHost
- An enum to handle VCS-host-specific information.
- getHostname() - function in org.ossreviewtoolkit.downloader.VcsHost
- The hostname of VCS host.
- getInfo() - function in org.ossreviewtoolkit.downloader.WorkingTree
- Conveniently return all VCS information about how this working tree was created, so it could be easily recreated from that information.
- getLocalizedMessage() - function in kotlin.Throwable
- getMessage() - function in kotlin.Throwable
- getName() - function in kotlin.VcsHost
- getNested() - function in org.ossreviewtoolkit.downloader.WorkingTree
- Return the map of nested repositories, for example Git submodules or Git-Repo modules.
- getOrdinal() - function in kotlin.VcsHost
- getPathInfo(java.io.File) - function in org.ossreviewtoolkit.downloader.VersionControlSystem.Companion
- Return all VCS information about a specific path.
- getPathToRoot(java.io.File) - function in org.ossreviewtoolkit.downloader.WorkingTree
- Return the relative path to path with respect to the VCS root.
- getProject(java.lang.String) - function in org.ossreviewtoolkit.downloader.VcsHost
- Return the project's name.
- getProject(java.lang.String) - function in org.ossreviewtoolkit.downloader.VcsHost.Companion
- Return the project's name, with generic handling of unknown VCS hosts (those not covered by the enumeration, e.g.
- getRemoteUrl() - function in org.ossreviewtoolkit.downloader.WorkingTree
- Return the clone URL of the associated remote repository.
- getRevision() - function in org.ossreviewtoolkit.downloader.WorkingTree
- Return the VCS-specific working tree revision.
- getRevisionCandidates(org.ossreviewtoolkit.downloader.WorkingTree,org.ossreviewtoolkit.model.Package,java.lang.Boolean) - function in org.ossreviewtoolkit.downloader.VersionControlSystem
- Get a list of distinct revision candidates for the package.
- getRootPath() - function in org.ossreviewtoolkit.downloader.WorkingTree
- Return the root directory of this working tree.
- getSparseCheckoutGlobPatterns() - function in org.ossreviewtoolkit.downloader.VersionControlSystem.Companion
- Return glob patterns for files that should be checkout out in addition to explicit sparse checkout paths.
- getStackTrace() - function in kotlin.Throwable
- getSuppressed() - function in kotlin.Throwable
- getType() - function in org.ossreviewtoolkit.utils.common.Plugin
- getUserOrOrganization(java.lang.String) - function in org.ossreviewtoolkit.downloader.VcsHost
- Return the user or organization name the project belongs to.
- getVcsType() - function in org.ossreviewtoolkit.downloader.WorkingTree
- getVersion() - function in org.ossreviewtoolkit.downloader.VersionControlSystem
- Return the VCS command's version string, or an empty string if the version cannot be determined.
- getWorkingDir() - function in org.ossreviewtoolkit.downloader.WorkingTree
- getWorkingTree(java.io.File) - function in org.ossreviewtoolkit.downloader.VersionControlSystem
- Return a working tree instance for this VCS.
- GITHUB - enum entry in org.ossreviewtoolkit.downloader.VcsHost
The enum constant to handle GitHub[https://github.com/]-specific information.
- GITLAB - enum entry in org.ossreviewtoolkit.downloader.VcsHost
The enum constant to handle GitLab[https://gitlab.com/]-specific information.
- guessRevisionName(java.lang.String,java.lang.String) - function in org.ossreviewtoolkit.downloader.WorkingTree
- Search tags / symbolic names for fixed VCS revisions for a match based on the given project and version.