Class ConnectionFactory

    • Constructor Detail

      • ConnectionFactory

        @DataBoundConstructor
        public ConnectionFactory​(String url,
                                 String username,
                                 String password)
      • ConnectionFactory

        public ConnectionFactory​(String url,
                                 String username,
                                 Secret password)
    • Method Detail

      • getUrl

        public String getUrl()
      • getUsername

        public String getUsername()
      • getPassword

        public Secret getPassword()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromStapler

        public static ConnectionFactory fromStapler​(@QueryParameter
                                                    String url,
                                                    @QueryParameter
                                                    String username,
                                                    @QueryParameter
                                                    String password)
        A databinding method from Stapler.