Class StdoutUpload.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doCheckLogName

        public FormValidation doCheckLogName​(@QueryParameter
                                             String logName)
        This callback validates the logName input field's values.
        Parameters:
        logName - Name for the build log that will be uploaded to the GCS bucket.
        Returns:
        Valid form validation result or error message if invalid.