Package hudson.scm

Class SubversionSCM.ModuleLocation.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doFillCredentialsIdItems

        public ListBoxModel doFillCredentialsIdItems​(@AncestorInPath
                                                     Item context,
                                                     @QueryParameter
                                                     String remote)
      • fillCredentialsIdItems

        public ListBoxModel fillCredentialsIdItems​(@CheckForNull
                                                   Item context,
                                                   String remote)
      • doCheckRemote

        public FormValidation doCheckRemote​(org.kohsuke.stapler.StaplerRequest req,
                                            @AncestorInPath
                                            Item context,
                                            @QueryParameter
                                            String remote)
        Validate the value for a remote (repository) location.
      • doCheckCredentialsId

        public FormValidation doCheckCredentialsId​(org.kohsuke.stapler.StaplerRequest req,
                                                   @AncestorInPath
                                                   Item context,
                                                   @QueryParameter
                                                   String remote,
                                                   @QueryParameter
                                                   String value)
        Validate the value for a remote (repository) location.
      • checkCredentialsId

        public FormValidation checkCredentialsId​(org.kohsuke.stapler.StaplerRequest req,
                                                 @NonNull
                                                 Item context,
                                                 String remote,
                                                 String value)
        Validate the value for a remote (repository) location.
      • doCheckLocal

        public FormValidation doCheckLocal​(@QueryParameter
                                           String value)
                                    throws IOException,
                                           javax.servlet.ServletException
        validate the value for a local location (local checkout directory).
        Throws:
        IOException
        javax.servlet.ServletException