Class VisualExpertBuilder

    • Constructor Detail

      • VisualExpertBuilder

        @DataBoundConstructor
        public VisualExpertBuilder​(String projectName,
                                   String reportPath,
                                   String reportFormat,
                                   Boolean generateReport,
                                   Boolean doAnalysis,
                                   Boolean createReferenceDocument,
                                   Boolean createCodeReviewDocument)
        //@param installPath: Visual Expert application (Executable) containing directory path
        Parameters:
        projectName - : Visual Expert project name (it should be exactly as shown in title bar of Visual Expert)
        reportPath - : Specifies the code inspection report file path
        reportFormat - : Specifies the code inspection report format
        generateReport - : specifies if you would like to generate code inspection report
        doAnalysis - : specifies if it should analyze Visual Expert project or not
        createReferenceDocument - : specifies if it should generate reference documentation for Visual Expert project or not
        createCodeReviewDocument - : specifies if it should generate code review documentation for Visual Expert project or not