Class SshCredentialDialog

All Implemented Interfaces:
CapybaraPortingLayer, Control.Owner, PageArea

public class SshCredentialDialog extends PageAreaImpl
Modal dialog to enter a credential.
Author:
Kohsuke Kawaguchi
  • Field Details

  • Constructor Details

    • SshCredentialDialog

      public SshCredentialDialog(PageObject context, String path)
  • Method Details

    • select

      public <T extends Credential> T select(Class<T> type)
      Selects the credential type and bind the controls to the page area.
    • add

      public void add()
      Adds this credential and close the modal dialog.