Class ZOSJobSubmitter.ZOSJobSubmitterDescriptor

    • Constructor Detail

      • ZOSJobSubmitterDescriptor

        public ZOSJobSubmitterDescriptor()
        Primitive constructor.
    • Method Detail

      • doCheckServer

        public FormValidation doCheckServer​(@QueryParameter
                                            String value)
        Function for validation of 'Server' field on project configuration page
        Parameters:
        value - Current server.
        Returns:
        Whether server name looks OK.
      • doFillCredentialsIdItems

        public ListBoxModel doFillCredentialsIdItems​(@AncestorInPath
                                                     Item item,
                                                     @QueryParameter
                                                     String credentialsId)
        Fill in credentials IDs.
        Parameters:
        item - parent
        credentialsId - credentials ID
        Returns:
        filled in credentials IDs
      • doCheckCredentialsId

        public FormValidation doCheckCredentialsId​(@AncestorInPath
                                                   Item item,
                                                   @QueryParameter
                                                   String value)
        Parameters:
        item - configuration entity to use permissions from.
        value - Current credentials (or expression/env variable).
        Returns:
        Whether creds are OK. Currently just check that it's set.
      • doCheckJobFIle

        public FormValidation doCheckJobFIle​(@QueryParameter
                                             String value)
        Function for validation of 'Job file' field on project configuration page
        Parameters:
        value - Current job file.
        Returns:
        Whether job looks OK.
      • doCheckWaitTime

        public FormValidation doCheckWaitTime​(@QueryParameter
                                              String value)
        Function for validation of 'Wait Time' field on project configuration page
        Parameters:
        value - Current wait time.
        Returns:
        Whether wait time looks OK.
      • doCheckMaxCC

        public FormValidation doCheckMaxCC​(@QueryParameter
                                           String value)
        Parameters:
        value - MaxCC provided by user
        Returns:
        Whether MaxCC is OK to use