<%@ taglib prefix="props" tagdir="/WEB-INF/tags/props" %> <%@ taglib prefix="l" tagdir="/WEB-INF/tags/layout" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="forms" tagdir="/WEB-INF/tags/forms" %> <%-- ~ Copyright 2000-2011 JetBrains s.r.o. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --%>
Please make sure that tests are not detected automatically before using this feature.
var selectedValue = this.options[this.selectedIndex].value; if (selectedValue == '') { BS.Util.hide($('xmlReportParsing.reportDirs.container')); BS.Util.hide($('xmlReportParsing.verboseOutput.container')); } else { BS.Util.show($('xmlReportParsing.reportDirs.container')); BS.Util.show($('xmlReportParsing.verboseOutput.container')); BS.MultilineProperties.show('xmlReportParsing.reportDirs', true); $('xmlReportParsing.reportDirs').focus(); } var isInspection = (selectedValue == 'findBugs' || selectedValue == 'pmd' || selectedValue == 'checkstyle' || selectedValue == 'jslint'); if (isInspection) { BS.Util.show($('xmlReportParsing.max.errors.container')); BS.Util.show($('xmlReportParsing.max.warnings.container')); } else { BS.Util.hide($('xmlReportParsing.max.errors.container')); BS.Util.hide($('xmlReportParsing.max.warnings.container')); } if (selectedValue == 'findBugs') { BS.Util.show($('xmlReportParsing.findBugs.home.container')); } else { BS.Util.hide($('xmlReportParsing.findBugs.home.container')); } if (selectedValue == 'junit' || selectedValue == 'nunit' || selectedValue == 'surefire' || selectedValue == 'mstest') { BS.Util.show($('xmlReportParsing.warning.container')); } else { BS.Util.hide($('xmlReportParsing.warning.container')); } BS.MultilineProperties.updateVisible(); <Do not process> Choose report type. Path to FindBugs installation on agent. This path is used for loading bug patterns names and descriptions. New line or comma separated set of rules in the form of +|-:path.
Support ant-style wildcards like dir/**/*.xml.
Fail the build if the specified number of errors is exceeded. Fail the build if the specified number of warnings is exceeded. Leave blank if there is no limit.