Class TalendConfiguration

    • Constructor Detail

      • TalendConfiguration

        public TalendConfiguration()
    • Method Detail

      • getCredentialsid

        public String getCredentialsid()
      • setCredentialsid

        @DataBoundSetter
        public void setCredentialsid​(String value)
      • getRegion

        public String getRegion()
      • setRegion

        @DataBoundSetter
        public void setRegion​(String region)
      • doFillCredentialsidItems

        public ListBoxModel doFillCredentialsidItems​(@AncestorInPath
                                                     Item item,
                                                     @QueryParameter
                                                     String credentialsid)
      • doCheckCredentialsid

        public FormValidation doCheckCredentialsid​(@AncestorInPath
                                                   Item item,
                                                   @QueryParameter
                                                   String credentialsid)
      • doTestConnection

        @POST
        public FormValidation doTestConnection​(@AncestorInPath
                                               Item item,
                                               @QueryParameter("credentialsid")
                                               String credentialsid,
                                               @QueryParameter("region")
                                               String region)
                                        throws IOException,
                                               javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException