All Implemented Interfaces:
CapybaraPortingLayer, Control.Owner, PageArea

public class SubversionScm extends Scm
Encapsulates the PageArea of the Subversion SCM
Author:
Kohsuke Kawaguchi, Matthias Karl
  • Field Details

  • Constructor Details

    • SubversionScm

      public SubversionScm(Job job, String path)
  • Method Details

    • getCredentialPage

      @Deprecated public <T extends PageObject> T getCredentialPage(Class<T> type) throws SubversionPluginTestException
      Deprecated.
      Opens the SVNPlugin credential page for protected repositories. Only for plugin version 1.54 and older.
      Type Parameters:
      T - child of SubversionCredential.class
      Parameters:
      type - child of SubversionCredential.class
      Returns:
      PageObject of the CredentialPage
      Throws:
      SubversionPluginTestException - if Url to credential page is not found or malformed.
    • useRepositoryBrowser

      public <T extends SvnRepositoryBrowser> T useRepositoryBrowser(Class<T> type)
    • advanced

      public SubversionSvmAdvanced advanced()