public class GitCommitDecorator
extends io.jenkins.plugins.forensics.util.CommitDecorator
RepositoryBrowser for Git commits. Since a RepositoryBrowser has no API to generate links to simple
commits, this decorator adds such a functionality for Git. Basically, this implementation delegates to the GitRepositoryBrowser implementation, if available. Otherwise a plain link will be rendered using a short
representation, see asText(String).Copyright © 2016–2020. All rights reserved.