Interface VersionControlSystem


  • @Incubating
    public interface VersionControlSystem
    Allows the user to perform generic version control operations in ways specified by the underlying implementations.
    Since:
    4.4
    • Method Detail

      • populate

        File populate​(File versionDir,
                      VersionRef ref,
                      VersionControlSpec spec)
        Populates a working directory under versionDir with the latest state of the version control repository from the spec and returns the working directory.