Class RepositoryInfoCallback

  • All Implemented Interfaces:
    Serializable, org.jenkinsci.plugins.gitclient.RepositoryCallback<RepositoryInfo>

    public final class RepositoryInfoCallback
    extends Object
    implements org.jenkinsci.plugins.gitclient.RepositoryCallback<RepositoryInfo>
    Returns the RepositoryInfo instance for a certain repository using the JGit.

    This must be called using gitClient.withRepository(...) method. See GitUtils.

    See Also:
    Serialized Form