Class ReviewBoardNotifier.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doCheckReviewBoardServer

        public FormValidation doCheckReviewBoardServer​(@QueryParameter
                                                       String value)
        This validates the Review Board server configuration name. Mostly it checks if there has been a server configuration created.
        Parameters:
        value - Review Board server config name
        Returns:
        FormValidation
      • isApplicable

        public boolean isApplicable​(Class<? extends AbstractProject> aClass)
        Informs Jenkins of whether or not this build step is applicable to the current job, which it always is.
        Specified by:
        isApplicable in class BuildStepDescriptor<Publisher>
        Parameters:
        aClass - The project class
        Returns:
        true
      • getDisplayName

        public String getDisplayName()
        Returns the display name for this build step, as shown in the Jenkins GUI.
        Overrides:
        getDisplayName in class Descriptor<Publisher>
        Returns:
        Notification build step display name