Class SSHAgentBuildWrapper

    • Constructor Detail

      • SSHAgentBuildWrapper

        @DataBoundConstructor
        public SSHAgentBuildWrapper​(SSHAgentBuildWrapper.CredentialHolder[] credentialHolders,
                                    boolean ignoreMissing)
        Constructs a new instance.
        Parameters:
        credentialHolders - the SSHAgentBuildWrapper.CredentialHolders of the credentials to use.
        ignoreMissing - true missing credentials will not cause a build failure.
        Since:
        1.5
      • SSHAgentBuildWrapper

        public SSHAgentBuildWrapper​(List<String> credentialIds,
                                    boolean ignoreMissing)
        Constructs a new instance.
        Parameters:
        credentialIds - the IdCredentials.getId()s of the credentials to use.
        ignoreMissing - true missing credentials will not cause a build failure.
        Since:
        1.5