Modified: websites/production/turbine/content/fulcrum/fulcrum-quartz/surefire-report.html ============================================================================== --- websites/production/turbine/content/fulcrum/fulcrum-quartz/surefire-report.html (original) +++ websites/production/turbine/content/fulcrum/fulcrum-quartz/surefire-report.html Wed Aug 4 08:28:04 2021 @@ -1,204 +1,207 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-surefire-report-plugin:2.22.0:report at 20 May 2019 --> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Fulcrum Quartz Service – Surefire Report</title> - <style type="text/css" media="all"> - @import url("./css/maven-base.css"); - @import url("./css/maven-theme.css"); - @import url("./css/site.css"); - </style> - <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta http-equiv="Content-Language" content="en" /> - - </head> - <body class="composite"> - <div id="banner"> -<a href="../../" id="bannerLeft" title="Apache Turbine"><img src="../../images/turbine-project.png" alt="Apache Turbine"/></a> - <div class="clear"> - <hr/> - </div> - </div> - <div id="breadcrumbs"> - <div class="xleft"> - <span id="publishDate">Last Published: 20 May 2019</span> - | <span id="projectVersion">Version: 1.1.1</span> - </div> - <div class="xright"><a href="http://www.apache.org" class="externalLink" title="Apache">Apache</a> | -<a href="../../" title="Turbine">Turbine</a> | -<a href="../" title="Fulcrum">Fulcrum</a> </div> - <div class="clear"> - <hr/> - </div> - </div> - <div id="leftColumn"> - <div id="navcolumn"> - <h5>Overview</h5> - <ul> - <li class="none"><a href="index.html" title="About">About</a></li> - <li class="none"><a href="configuration.html" title="Configuration">Configuration</a></li> - <li class="none"><a href="cronsamples.html" title="Cron Samples">Cron Samples</a></li> - </ul> - <h5>Project Documentation</h5> - <ul> - <li class="collapsed"><a href="project-info.html" title="Project Information">Project Information</a></li> - <li class="expanded"><a href="project-reports.html" title="Project Reports">Project Reports</a> - <ul> - <li class="none"><a href="changes-report.html" title="Changes">Changes</a></li> - <li class="none"><a href="findbugs.html" title="FindBugs">FindBugs</a></li> - <li class="none"><a href="apidocs/index.html" title="Javadoc">Javadoc</a></li> - <li class="none"><a href="testapidocs/index.html" title="Test Javadoc">Test Javadoc</a></li> - <li class="none"><a href="xref/index.html" title="Source Xref">Source Xref</a></li> - <li class="none"><a href="xref-test/index.html" title="Test Source Xref">Test Source Xref</a></li> - <li class="none"><strong>Surefire Report</strong></li> - <li class="none"><a href="cobertura/index.html" title="Cobertura Test Coverage">Cobertura Test Coverage</a></li> - <li class="none"><a href="jdepend-report.html" title="JDepend">JDepend</a></li> - <li class="none"><a href="rat-report.html" title="Rat Report">Rat Report</a></li> - <li class="none"><a href="taglist.html" title="Tag List">Tag List</a></li> - </ul></li> - </ul> - <h5>Apache</h5> - <ul> - <li class="none"><a href="http://www.apache.org/" class="externalLink" title="Apache Website">Apache Website</a></li> - <li class="none"><a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a></li> - <li class="none"><a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">How the ASF works</a></li> - <li class="none"><a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a></li> - <li class="none"><a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a></li> - <li class="none"><a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a></li> - </ul> - <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> - <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> - </a> - </div> - </div> - <div id="bodyColumn"> - <div id="contentBox"> -<script type="text/javascript"> -//<![CDATA[ -function toggleDisplay(elementId) { - var elm = document.getElementById(elementId + '-error'); - if (elm == null) { - elm = document.getElementById(elementId + '-failure'); - } - if (elm && typeof elm.style != "undefined") { - if (elm.style.display == "none") { - elm.style.display = ""; - document.getElementById(elementId + '-off').style.display = "none"; - document.getElementById(elementId + '-on').style.display = "inline"; - } else if (elm.style.display == "") { elm.style.display = "none"; - document.getElementById(elementId + '-off').style.display = "inline"; - document.getElementById(elementId + '-on').style.display = "none"; - } - } - } -//]]> -</script> -<div class="section"> -<h2><a name="Surefire_Report"></a>Surefire Report</h2></div> -<div class="section"> -<h2><a name="Summary"></a>Summary</h2><a name="Summary"></a> -<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /> -<table border="1" class="bodyTable"> -<tr class="a"> -<th>Tests</th> -<th>Errors</th> -<th>Failures</th> -<th>Skipped</th> -<th>Success Rate</th> -<th>Time</th></tr> -<tr class="b"> -<td>6</td> -<td>0</td> -<td>0</td> -<td>0</td> -<td>100%</td> -<td>7.703</td></tr></table><br /> -<p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></div> -<div class="section"> -<h2><a name="Package_List"></a>Package List</h2><a name="Package_List"></a> -<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /> -<table border="1" class="bodyTable"> -<tr class="a"> -<th>Package</th> -<th>Tests</th> -<th>Errors</th> -<th>Failures</th> -<th>Skipped</th> -<th>Success Rate</th> -<th>Time</th></tr> -<tr class="b"> -<td><a href="#org.apache.fulcrum.quartz">org.apache.fulcrum.quartz</a></td> -<td>6</td> -<td>0</td> -<td>0</td> -<td>0</td> -<td>100%</td> -<td>7.703</td></tr></table><br /> -<p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p> -<div class="section"> -<h3><a name="org.apache.fulcrum.quartz"></a>org.apache.fulcrum.quartz</h3><a name="org.apache.fulcrum.quartz"></a> -<table border="1" class="bodyTable"> -<tr class="a"> -<th></th> -<th>Class</th> -<th>Tests</th> -<th>Errors</th> -<th>Failures</th> -<th>Skipped</th> -<th>Success Rate</th> -<th>Time</th></tr> -<tr class="b"> -<td><a href="#org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest"><img src="images/icon_success_sml.gif" alt="" /></a></td> -<td><a href="#org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest">DefaultQuartzSchedulerImplTest</a></td> -<td>6</td> -<td>0</td> -<td>0</td> -<td>0</td> -<td>100%</td> -<td>7.703</td></tr></table></div><br /></div> -<div class="section"> -<h2><a name="Test_Cases"></a>Test Cases</h2><a name="Test_Cases"></a> -<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p> -<div class="section"> -<h3><a name="DefaultQuartzSchedulerImplTest"></a>DefaultQuartzSchedulerImplTest</h3><a name="org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest"></a> -<table border="1" class="bodyTable"> -<tr class="a"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest.testJobDetailMap"></a>testJobDetailMap</td> -<td>0.736</td></tr> -<tr class="b"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest.testJobExecution"></a>testJobExecution</td> -<td>4.647</td></tr> -<tr class="a"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest.testAddRemoveTrigger"></a>testAddRemoveTrigger</td> -<td>0.571</td></tr> -<tr class="b"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest.testGetJobs"></a>testGetJobs</td> -<td>0.533</td></tr> -<tr class="a"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest.testGetTriggersOfJob"></a>testGetTriggersOfJob</td> -<td>0.564</td></tr> -<tr class="b"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest.testService"></a>testService</td> -<td>0.611</td></tr></table></div><br /></div> - </div> - </div> - <div class="clear"> - <hr/> - </div> - <div id="footer"> - <div class="xright"> - Copyright © 2004–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. -All rights reserved. </div> - <div class="clear"> - <hr/> - </div> - </div> - </body> +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-surefire-report-plugin:3.0.0-M5:report at 04 August 2021 + | Rendered using Apache Maven Fluido Skin 1.9 +--> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.2" /> + <title>Fulcrum Quartz Service – Surefire Report</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + <script src="./js/apache-maven-fluido-1.9.min.js"></script> + </head> + <body class="topBarDisabled"> + <div class="container-fluid"> + <header> + <div id="banner"> + <div class="pull-left"><a href="../../" id="bannerLeft" title="Apache Turbine"><img src="../../images/turbine-project.png" alt="Apache Turbine"/></a></div> + <div class="pull-right"></div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + <li id="publishDate">Last Published: 04 August 2021<span class="divider">|</span> +</li> + <li id="projectVersion">Version: 1.1.2</li> + <li class="pull-right"><span class="divider">|</span> +<a href="../" title="Fulcrum">Fulcrum</a></li> + <li class="pull-right"><span class="divider">|</span> +<a href="../../" title="Turbine">Turbine</a></li> + <li class="pull-right"><a href="https://www.apache.org" class="externalLink" title="Apache">Apache</a></li> + </ul> + </div> + </header> + <div class="row-fluid"> + <header id="leftColumn" class="span2"> + <nav class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Overview</li> + <li><a href="index.html" title="About"><span class="none"></span>About</a></li> + <li><a href="configuration.html" title="Configuration"><span class="none"></span>Configuration</a></li> + <li><a href="cronsamples.html" title="Cron Samples"><span class="none"></span>Cron Samples</a></li> + <li class="nav-header">Project Documentation</li> + <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li> + <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-down"></span>Project Reports</a> + <ul class="nav nav-list"> + <li><a href="changes-report.html" title="Changes"><span class="none"></span>Changes</a></li> + <li><a href="findbugs.html" title="FindBugs"><span class="none"></span>FindBugs</a></li> + <li><a href="apidocs/index.html" title="Javadoc"><span class="none"></span>Javadoc</a></li> + <li><a href="testapidocs/index.html" title="Test Javadoc"><span class="none"></span>Test Javadoc</a></li> + <li><a href="xref/index.html" title="Source Xref"><span class="none"></span>Source Xref</a></li> + <li><a href="xref-test/index.html" title="Test Source Xref"><span class="none"></span>Test Source Xref</a></li> + <li><a href="cpd.html" title="CPD"><span class="none"></span>CPD</a></li> + <li><a href="pmd.html" title="PMD"><span class="none"></span>PMD</a></li> + <li class="active"><a href="#"><span class="none"></span>Surefire Report</a></li> + <li><a href="jacoco/index.html" title="JaCoCo"><span class="none"></span>JaCoCo</a></li> + <li><a href="jacoco-aggregate/index.html" title="JaCoCo Aggregate"><span class="none"></span>JaCoCo Aggregate</a></li> + <li><a href="jdepend-report.html" title="JDepend"><span class="none"></span>JDepend</a></li> + <li><a href="rat-report.html" title="Rat Report"><span class="none"></span>Rat Report</a></li> + <li><a href="taglist.html" title="Tag List"><span class="none"></span>Tag List</a></li> + </ul></li> + <li class="nav-header">Apache</li> + <li><a href="https://www.apache.org/" class="externalLink" title="Apache Website"><span class="none"></span>Apache Website</a></li> + <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li> + <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works"><span class="none"></span>How the ASF works</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"><span class="none"></span>Sponsorship</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li> + <li><a href="https://www.apache.org/security/" class="externalLink" title="Security"><span class="none"></span>Security</a></li> + </ul> + </nav> + <div class="well sidebar-nav"> + <hr /> + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> +<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a> + </div> + </div> + </header> + <main id="bodyColumn" class="span10" > +<script type="application/javascript"> +//<![CDATA[ +function toggleDisplay(elementId) { + var elm = document.getElementById(elementId + '-error'); + if (elm == null) { + elm = document.getElementById(elementId + '-failure'); + } + if (elm && typeof elm.style != "undefined") { + if (elm.style.display == "none") { + elm.style.display = ""; + document.getElementById(elementId + '-off').style.display = "none"; + document.getElementById(elementId + '-on').style.display = "inline"; + } else if (elm.style.display == "") { elm.style.display = "none"; + document.getElementById(elementId + '-off').style.display = "inline"; + document.getElementById(elementId + '-on').style.display = "none"; + } + } + } +//]]> +</script><section> +<h2><a name="Surefire_Report"></a>Surefire Report</h2></section><section> +<h2><a name="Summary"></a>Summary</h2><a name="Summary"></a> +<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /> +<table border="1" class="table table-striped"> +<tr class="a"> +<th>Tests</th> +<th>Errors</th> +<th>Failures</th> +<th>Skipped</th> +<th>Success Rate</th> +<th>Time</th></tr> +<tr class="b"> +<td>6</td> +<td>0</td> +<td>0</td> +<td>0</td> +<td>100%</td> +<td>9.996</td></tr></table><br /> +<p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></section><section> +<h2><a name="Package_List"></a>Package List</h2><a name="Package_List"></a> +<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /> +<table border="1" class="table table-striped"> +<tr class="a"> +<th>Package</th> +<th>Tests</th> +<th>Errors</th> +<th>Failures</th> +<th>Skipped</th> +<th>Success Rate</th> +<th>Time</th></tr> +<tr class="b"> +<td><a href="#org.apache.fulcrum.quartz">org.apache.fulcrum.quartz</a></td> +<td>6</td> +<td>0</td> +<td>0</td> +<td>0</td> +<td>100%</td> +<td>9.996</td></tr></table><br /> +<p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p><section> +<h3><a name="org.apache.fulcrum.quartz"></a>org.apache.fulcrum.quartz</h3><a name="org.apache.fulcrum.quartz"></a> +<table border="1" class="table table-striped"> +<tr class="a"> +<th></th> +<th>Class</th> +<th>Tests</th> +<th>Errors</th> +<th>Failures</th> +<th>Skipped</th> +<th>Success Rate</th> +<th>Time</th></tr> +<tr class="b"> +<td><a href="#org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></a></td> +<td><a href="#org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest">DefaultQuartzSchedulerImplTest</a></td> +<td>6</td> +<td>0</td> +<td>0</td> +<td>0</td> +<td>100%</td> +<td>9.996</td></tr></table></section><br /></section><section> +<h2><a name="Test_Cases"></a>Test Cases</h2><a name="Test_Cases"></a> +<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><section> +<h3><a name="DefaultQuartzSchedulerImplTest"></a>DefaultQuartzSchedulerImplTest</h3><a name="org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest"></a> +<table border="1" class="table table-striped"> +<tr class="a"> +<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td><a name="TC_org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest.testJobDetailMap"></a>testJobDetailMap</td> +<td>2.879</td></tr> +<tr class="b"> +<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td><a name="TC_org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest.testJobExecution"></a>testJobExecution</td> +<td>4.575</td></tr> +<tr class="a"> +<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td><a name="TC_org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest.testAddRemoveTrigger"></a>testAddRemoveTrigger</td> +<td>0.594</td></tr> +<tr class="b"> +<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td><a name="TC_org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest.testGetJobs"></a>testGetJobs</td> +<td>0.535</td></tr> +<tr class="a"> +<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td><a name="TC_org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest.testGetTriggersOfJob"></a>testGetTriggersOfJob</td> +<td>0.59</td></tr> +<tr class="b"> +<td><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td><a name="TC_org.apache.fulcrum.quartz.DefaultQuartzSchedulerImplTest.testService"></a>testService</td> +<td>0.553</td></tr></table></section><br /></section> + </main> + </div> + </div> + <hr/> + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p>© 2004–2021 +<a href="https://www.apache.org/">The Apache Software Foundation</a> +</p> + </div> + </div> + </footer> + </body> </html> \ No newline at end of file
Modified: websites/production/turbine/content/fulcrum/fulcrum-quartz/taglist.html ============================================================================== --- websites/production/turbine/content/fulcrum/fulcrum-quartz/taglist.html (original) +++ websites/production/turbine/content/fulcrum/fulcrum-quartz/taglist.html Wed Aug 4 08:28:04 2021 @@ -1,108 +1,117 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.codehaus.mojo:taglist-maven-plugin:2.4:taglist at 20 May 2019 --> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Fulcrum Quartz Service – Tag List report</title> - <style type="text/css" media="all"> - @import url("./css/maven-base.css"); - @import url("./css/maven-theme.css"); - @import url("./css/site.css"); - </style> - <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta http-equiv="Content-Language" content="en" /> - - </head> - <body class="composite"> - <div id="banner"> -<a href="../../" id="bannerLeft" title="Apache Turbine"><img src="../../images/turbine-project.png" alt="Apache Turbine"/></a> - <div class="clear"> - <hr/> - </div> - </div> - <div id="breadcrumbs"> - <div class="xleft"> - <span id="publishDate">Last Published: 20 May 2019</span> - | <span id="projectVersion">Version: 1.1.1</span> - </div> - <div class="xright"><a href="http://www.apache.org" class="externalLink" title="Apache">Apache</a> | -<a href="../../" title="Turbine">Turbine</a> | -<a href="../" title="Fulcrum">Fulcrum</a> </div> - <div class="clear"> - <hr/> - </div> - </div> - <div id="leftColumn"> - <div id="navcolumn"> - <h5>Overview</h5> - <ul> - <li class="none"><a href="index.html" title="About">About</a></li> - <li class="none"><a href="configuration.html" title="Configuration">Configuration</a></li> - <li class="none"><a href="cronsamples.html" title="Cron Samples">Cron Samples</a></li> - </ul> - <h5>Project Documentation</h5> - <ul> - <li class="collapsed"><a href="project-info.html" title="Project Information">Project Information</a></li> - <li class="expanded"><a href="project-reports.html" title="Project Reports">Project Reports</a> - <ul> - <li class="none"><a href="changes-report.html" title="Changes">Changes</a></li> - <li class="none"><a href="findbugs.html" title="FindBugs">FindBugs</a></li> - <li class="none"><a href="apidocs/index.html" title="Javadoc">Javadoc</a></li> - <li class="none"><a href="testapidocs/index.html" title="Test Javadoc">Test Javadoc</a></li> - <li class="none"><a href="xref/index.html" title="Source Xref">Source Xref</a></li> - <li class="none"><a href="xref-test/index.html" title="Test Source Xref">Test Source Xref</a></li> - <li class="none"><a href="surefire-report.html" title="Surefire Report">Surefire Report</a></li> - <li class="none"><a href="cobertura/index.html" title="Cobertura Test Coverage">Cobertura Test Coverage</a></li> - <li class="none"><a href="jdepend-report.html" title="JDepend">JDepend</a></li> - <li class="none"><a href="rat-report.html" title="Rat Report">Rat Report</a></li> - <li class="none"><strong>Tag List</strong></li> - </ul></li> - </ul> - <h5>Apache</h5> - <ul> - <li class="none"><a href="http://www.apache.org/" class="externalLink" title="Apache Website">Apache Website</a></li> - <li class="none"><a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a></li> - <li class="none"><a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">How the ASF works</a></li> - <li class="none"><a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a></li> - <li class="none"><a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a></li> - <li class="none"><a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a></li> - </ul> - <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> - <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> - </a> - </div> - </div> - <div id="bodyColumn"> - <div id="contentBox"> -<div class="section"> -<h2><a name="Tag_List_Report"></a>Tag List Report</h2> -<p>The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.</p> -<table border="0" class="bodyTable"> -<tr class="a"> -<th>Tag Class</th> -<th>Total number of occurrences</th> -<th>Tag strings used by tag class</th></tr> -<tr class="b"> -<td>@todo</td> -<td>0</td> -<td>@todo</td></tr> -<tr class="a"> -<td>TODO</td> -<td>0</td> -<td>TODO</td></tr></table> -<p>Each tag is detailed below:</p></div> - </div> - </div> - <div class="clear"> - <hr/> - </div> - <div id="footer"> - <div class="xright"> - Copyright © 2004–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. -All rights reserved. </div> - <div class="clear"> - <hr/> - </div> - </div> - </body> +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.codehaus.mojo:taglist-maven-plugin:2.4:taglist at 04 August 2021 + | Rendered using Apache Maven Fluido Skin 1.9 +--> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.2" /> + <title>Fulcrum Quartz Service – Tag List report</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + <script src="./js/apache-maven-fluido-1.9.min.js"></script> + </head> + <body class="topBarDisabled"> + <div class="container-fluid"> + <header> + <div id="banner"> + <div class="pull-left"><a href="../../" id="bannerLeft" title="Apache Turbine"><img src="../../images/turbine-project.png" alt="Apache Turbine"/></a></div> + <div class="pull-right"></div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + <li id="publishDate">Last Published: 04 August 2021<span class="divider">|</span> +</li> + <li id="projectVersion">Version: 1.1.2</li> + <li class="pull-right"><span class="divider">|</span> +<a href="../" title="Fulcrum">Fulcrum</a></li> + <li class="pull-right"><span class="divider">|</span> +<a href="../../" title="Turbine">Turbine</a></li> + <li class="pull-right"><a href="https://www.apache.org" class="externalLink" title="Apache">Apache</a></li> + </ul> + </div> + </header> + <div class="row-fluid"> + <header id="leftColumn" class="span2"> + <nav class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Overview</li> + <li><a href="index.html" title="About"><span class="none"></span>About</a></li> + <li><a href="configuration.html" title="Configuration"><span class="none"></span>Configuration</a></li> + <li><a href="cronsamples.html" title="Cron Samples"><span class="none"></span>Cron Samples</a></li> + <li class="nav-header">Project Documentation</li> + <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li> + <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-down"></span>Project Reports</a> + <ul class="nav nav-list"> + <li><a href="changes-report.html" title="Changes"><span class="none"></span>Changes</a></li> + <li><a href="findbugs.html" title="FindBugs"><span class="none"></span>FindBugs</a></li> + <li><a href="apidocs/index.html" title="Javadoc"><span class="none"></span>Javadoc</a></li> + <li><a href="testapidocs/index.html" title="Test Javadoc"><span class="none"></span>Test Javadoc</a></li> + <li><a href="xref/index.html" title="Source Xref"><span class="none"></span>Source Xref</a></li> + <li><a href="xref-test/index.html" title="Test Source Xref"><span class="none"></span>Test Source Xref</a></li> + <li><a href="cpd.html" title="CPD"><span class="none"></span>CPD</a></li> + <li><a href="pmd.html" title="PMD"><span class="none"></span>PMD</a></li> + <li><a href="surefire-report.html" title="Surefire Report"><span class="none"></span>Surefire Report</a></li> + <li><a href="jacoco/index.html" title="JaCoCo"><span class="none"></span>JaCoCo</a></li> + <li><a href="jacoco-aggregate/index.html" title="JaCoCo Aggregate"><span class="none"></span>JaCoCo Aggregate</a></li> + <li><a href="jdepend-report.html" title="JDepend"><span class="none"></span>JDepend</a></li> + <li><a href="rat-report.html" title="Rat Report"><span class="none"></span>Rat Report</a></li> + <li class="active"><a href="#"><span class="none"></span>Tag List</a></li> + </ul></li> + <li class="nav-header">Apache</li> + <li><a href="https://www.apache.org/" class="externalLink" title="Apache Website"><span class="none"></span>Apache Website</a></li> + <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li> + <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works"><span class="none"></span>How the ASF works</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"><span class="none"></span>Sponsorship</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li> + <li><a href="https://www.apache.org/security/" class="externalLink" title="Security"><span class="none"></span>Security</a></li> + </ul> + </nav> + <div class="well sidebar-nav"> + <hr /> + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> +<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a> + </div> + </div> + </header> + <main id="bodyColumn" class="span10" > +<section> +<h2><a name="Tag_List_Report"></a>Tag List Report</h2> +<p>The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.</p> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>Tag Class</th> +<th>Total number of occurrences</th> +<th>Tag strings used by tag class</th></tr> +<tr class="b"> +<td>@todo</td> +<td>0</td> +<td>@todo</td></tr> +<tr class="a"> +<td>TODO</td> +<td>0</td> +<td>TODO</td></tr></table> +<p>Each tag is detailed below:</p></section> + </main> + </div> + </div> + <hr/> + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p>© 2004–2021 +<a href="https://www.apache.org/">The Apache Software Foundation</a> +</p> + </div> + </div> + </footer> + </body> </html> \ No newline at end of file Modified: websites/production/turbine/content/fulcrum/fulcrum-quartz/team.html ============================================================================== --- websites/production/turbine/content/fulcrum/fulcrum-quartz/team.html (original) +++ websites/production/turbine/content/fulcrum/fulcrum-quartz/team.html Wed Aug 4 08:28:04 2021 @@ -1,131 +1,135 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:team at 20 May 2019 --> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Fulcrum Quartz Service – Project Team</title> - <style type="text/css" media="all"> - @import url("./css/maven-base.css"); - @import url("./css/maven-theme.css"); - @import url("./css/site.css"); - </style> - <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta http-equiv="Content-Language" content="en" /> - - </head> - <body class="composite"> - <div id="banner"> -<a href="../../" id="bannerLeft" title="Apache Turbine"><img src="../../images/turbine-project.png" alt="Apache Turbine"/></a> - <div class="clear"> - <hr/> - </div> - </div> - <div id="breadcrumbs"> - <div class="xleft"> - <span id="publishDate">Last Published: 20 May 2019</span> - | <span id="projectVersion">Version: 1.1.1</span> - </div> - <div class="xright"><a href="http://www.apache.org" class="externalLink" title="Apache">Apache</a> | -<a href="../../" title="Turbine">Turbine</a> | -<a href="../" title="Fulcrum">Fulcrum</a> </div> - <div class="clear"> - <hr/> - </div> - </div> - <div id="leftColumn"> - <div id="navcolumn"> - <h5>Overview</h5> - <ul> - <li class="none"><a href="index.html" title="About">About</a></li> - <li class="none"><a href="configuration.html" title="Configuration">Configuration</a></li> - <li class="none"><a href="cronsamples.html" title="Cron Samples">Cron Samples</a></li> - </ul> - <h5>Project Documentation</h5> - <ul> - <li class="expanded"><a href="project-info.html" title="Project Information">Project Information</a> - <ul> - <li class="none"><a href="dependencies.html" title="Dependencies">Dependencies</a></li> - <li class="none"><a href="dependency-info.html" title="Dependency Information">Dependency Information</a></li> - <li class="none"><a href="distribution-management.html" title="Distribution Management">Distribution Management</a></li> - <li class="none"><a href="index.html" title="About">About</a></li> - <li class="none"><a href="issue-management.html" title="Issue Management">Issue Management</a></li> - <li class="none"><a href="licenses.html" title="Licenses">Licenses</a></li> - <li class="none"><a href="mailing-lists.html" title="Mailing Lists">Mailing Lists</a></li> - <li class="none"><a href="plugin-management.html" title="Plugin Management">Plugin Management</a></li> - <li class="none"><a href="plugins.html" title="Plugins">Plugins</a></li> - <li class="none"><a href="scm.html" title="Source Code Management">Source Code Management</a></li> - <li class="none"><a href="summary.html" title="Summary">Summary</a></li> - <li class="none"><strong>Team</strong></li> - </ul></li> - <li class="collapsed"><a href="project-reports.html" title="Project Reports">Project Reports</a></li> - </ul> - <h5>Apache</h5> - <ul> - <li class="none"><a href="http://www.apache.org/" class="externalLink" title="Apache Website">Apache Website</a></li> - <li class="none"><a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a></li> - <li class="none"><a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">How the ASF works</a></li> - <li class="none"><a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a></li> - <li class="none"><a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a></li> - <li class="none"><a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a></li> - </ul> - <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> - <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> - </a> - </div> - </div> - <div id="bodyColumn"> - <div id="contentBox"> -<div class="section"> -<h2><a name="Project_Team"></a>Project Team</h2><a name="Project_Team"></a> -<p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p> -<p>The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p> -<div class="section"> -<h3><a name="Members"></a>Members</h3><a name="Members"></a> -<p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p> -<table border="0" class="bodyTable"> -<tr class="a"> -<th>Image</th> -<th>Id</th> -<th>Name</th> -<th>Email</th> -<th>Organization</th> -<th>Roles</th></tr> -<tr class="b"> -<td><img src="http://www.gravatar.com/avatar/ce472655bd6e818fe8b5fd0ae57e45af?d=mm&s=60" alt="" /></td> -<td><a name="seade"></a>seade</td> -<td>Scott Eade</td> -<td><a href="[email protected]">[email protected]</a></td> -<td>Backstage Technologies Pty. Ltd.</td> -<td>Java Developer</td></tr> -<tr class="a"> -<td><img src="http://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60" alt="" /></td> -<td><a name="sgoeschl"></a>sgoeschl</td> -<td>Siegfried Goeschl</td> -<td>-</td> -<td>-</td> -<td>Java Developer</td></tr> -<tr class="b"> -<td><img src="http://www.gravatar.com/avatar/6de10ef7d733d31c0e3e2d131b96d201?d=mm&s=60" alt="" /></td> -<td><a name="tv"></a>tv</td> -<td>Thomas Vandahl</td> -<td><a href="[email protected]">[email protected]</a></td> -<td>-</td> -<td>Java Developer</td></tr></table></div> -<div class="section"> -<h3><a name="Contributors"></a>Contributors</h3><a name="Contributors"></a> -<p>There are no contributors listed for this project. Please check back again later.</p></div></div> - </div> - </div> - <div class="clear"> - <hr/> - </div> - <div id="footer"> - <div class="xright"> - Copyright © 2004–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. -All rights reserved. </div> - <div class="clear"> - <hr/> - </div> - </div> - </body> +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:team at 04 August 2021 + | Rendered using Apache Maven Fluido Skin 1.9 +--> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.2" /> + <title>Fulcrum Quartz Service – Project Team</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + <script src="./js/apache-maven-fluido-1.9.min.js"></script> + </head> + <body class="topBarDisabled"> + <div class="container-fluid"> + <header> + <div id="banner"> + <div class="pull-left"><a href="../../" id="bannerLeft" title="Apache Turbine"><img src="../../images/turbine-project.png" alt="Apache Turbine"/></a></div> + <div class="pull-right"></div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + <li id="publishDate">Last Published: 04 August 2021<span class="divider">|</span> +</li> + <li id="projectVersion">Version: 1.1.2</li> + <li class="pull-right"><span class="divider">|</span> +<a href="../" title="Fulcrum">Fulcrum</a></li> + <li class="pull-right"><span class="divider">|</span> +<a href="../../" title="Turbine">Turbine</a></li> + <li class="pull-right"><a href="https://www.apache.org" class="externalLink" title="Apache">Apache</a></li> + </ul> + </div> + </header> + <div class="row-fluid"> + <header id="leftColumn" class="span2"> + <nav class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Overview</li> + <li><a href="index.html" title="About"><span class="none"></span>About</a></li> + <li><a href="configuration.html" title="Configuration"><span class="none"></span>Configuration</a></li> + <li><a href="cronsamples.html" title="Cron Samples"><span class="none"></span>Cron Samples</a></li> + <li class="nav-header">Project Documentation</li> + <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-down"></span>Project Information</a> + <ul class="nav nav-list"> + <li><a href="dependencies.html" title="Dependencies"><span class="none"></span>Dependencies</a></li> + <li><a href="dependency-info.html" title="Dependency Information"><span class="none"></span>Dependency Information</a></li> + <li><a href="distribution-management.html" title="Distribution Management"><span class="none"></span>Distribution Management</a></li> + <li><a href="index.html" title="About"><span class="none"></span>About</a></li> + <li><a href="issue-management.html" title="Issue Management"><span class="none"></span>Issue Management</a></li> + <li><a href="licenses.html" title="Licenses"><span class="none"></span>Licenses</a></li> + <li><a href="mailing-lists.html" title="Mailing Lists"><span class="none"></span>Mailing Lists</a></li> + <li><a href="plugin-management.html" title="Plugin Management"><span class="none"></span>Plugin Management</a></li> + <li><a href="plugins.html" title="Plugins"><span class="none"></span>Plugins</a></li> + <li><a href="scm.html" title="Source Code Management"><span class="none"></span>Source Code Management</a></li> + <li><a href="summary.html" title="Summary"><span class="none"></span>Summary</a></li> + <li class="active"><a href="#"><span class="none"></span>Team</a></li> + </ul></li> + <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a></li> + <li class="nav-header">Apache</li> + <li><a href="https://www.apache.org/" class="externalLink" title="Apache Website"><span class="none"></span>Apache Website</a></li> + <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li> + <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works"><span class="none"></span>How the ASF works</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"><span class="none"></span>Sponsorship</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li> + <li><a href="https://www.apache.org/security/" class="externalLink" title="Security"><span class="none"></span>Security</a></li> + </ul> + </nav> + <div class="well sidebar-nav"> + <hr /> + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> +<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a> + </div> + </div> + </header> + <main id="bodyColumn" class="span10" > +<section> +<h2><a name="Project_Team"></a>Project Team</h2><a name="Project_Team"></a> +<p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p> +<p>The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><section> +<h3><a name="Members"></a>Members</h3><a name="Members"></a> +<p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>Image</th> +<th>Id</th> +<th>Name</th> +<th>Email</th> +<th>Organization</th> +<th>Roles</th></tr> +<tr class="b"> +<td><figure><img src="https://www.gravatar.com/avatar/ce472655bd6e818fe8b5fd0ae57e45af?d=mm&s=60" alt="" /></figure></td> +<td><a name="seade"></a>seade</td> +<td>Scott Eade</td> +<td><a href="[email protected]">[email protected]</a></td> +<td>Backstage Technologies Pty. Ltd.</td> +<td>Java Developer</td></tr> +<tr class="a"> +<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60" alt="" /></figure></td> +<td><a name="sgoeschl"></a>sgoeschl</td> +<td>Siegfried Goeschl</td> +<td>-</td> +<td>-</td> +<td>Java Developer</td></tr> +<tr class="b"> +<td><figure><img src="https://www.gravatar.com/avatar/6de10ef7d733d31c0e3e2d131b96d201?d=mm&s=60" alt="" /></figure></td> +<td><a name="tv"></a>tv</td> +<td>Thomas Vandahl</td> +<td><a href="[email protected]">[email protected]</a></td> +<td>-</td> +<td>Java Developer</td></tr></table></section><section> +<h3><a name="Contributors"></a>Contributors</h3><a name="Contributors"></a> +<p>There are no contributors listed for this project. Please check back again later.</p></section></section> + </main> + </div> + </div> + <hr/> + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p>© 2004–2021 +<a href="https://www.apache.org/">The Apache Software Foundation</a> +</p> + </div> + </div> + </footer> + </body> </html> \ No newline at end of file Added: websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/allclasses-index.html ============================================================================== --- websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/allclasses-index.html (added) +++ websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/allclasses-index.html Wed Aug 4 08:28:04 2021 @@ -0,0 +1,181 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="de"> +<head> +<!-- Generated by javadoc --> +<title>All Classes (Fulcrum Quartz 1.1.2 Test API)</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="script.js"></script> +<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script> +<script type="text/javascript" src="jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="All Classes (Fulcrum Quartz 1.1.2 Test API)"; + } + } + catch(err) { + } +//--> +var pathtoroot = "./"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="index.html">Overview</a></li> +<li>Package</li> +<li>Class</li> +<li>Use</li> +<li><a href="overview-tree.html">Tree</a></li> +<li><a href="deprecated-list.html">Deprecated</a></li> +<li><a href="index-all.html">Index</a></li> +<li><a href="help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h1 title="All&nbsp;Classes" class="title">All Classes</h1> +</div> +<div class="allClassesContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="typeSummary"> +<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><a href="org/apache/fulcrum/quartz/BaseQuartzTestCase.html" title="class in org.apache.fulcrum.quartz">BaseQuartzTestCase</a></td> +<th class="colLast" scope="row"> +<div class="block">Handle looking up and then the icky cleanup of Quartz.</div> +</th> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><a href="org/apache/fulcrum/quartz/DefaultQuartzSchedulerImplTest.html" title="class in org.apache.fulcrum.quartz">DefaultQuartzSchedulerImplTest</a></td> +<th class="colLast" scope="row"> </th> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><a href="org/apache/fulcrum/quartz/test/NotSoSimpleJob.html" title="class in org.apache.fulcrum.quartz.test">NotSoSimpleJob</a></td> +<th class="colLast" scope="row"> </th> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><a href="org/apache/fulcrum/quartz/test/SimpleJob.html" title="class in org.apache.fulcrum.quartz.test">SimpleJob</a></td> +<th class="colLast" scope="row"> +<div class="block">A stateless job triggered by Quartz scheduler which keeps track + if it was wasExecuted</div> +</th> +</tr> +</table> +</li> +</ul> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="index.html">Overview</a></li> +<li>Package</li> +<li>Class</li> +<li>Use</li> +<li><a href="overview-tree.html">Tree</a></li> +<li><a href="deprecated-list.html">Deprecated</a></li> +<li><a href="index-all.html">Index</a></li> +<li><a href="help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="allclasses.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +<p class="legalCopy"><small>Copyright © 2004–2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</footer> +</body> +</html> \ No newline at end of file Added: websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/allclasses.html ============================================================================== --- websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/allclasses.html (added) +++ websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/allclasses.html Wed Aug 4 08:28:04 2021 @@ -0,0 +1,30 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="de"> +<head> +<!-- Generated by javadoc --> +<title>All Classes (Fulcrum Quartz 1.1.2 Test API)</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="script.js"></script> +<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script> +<script type="text/javascript" src="jquery/jquery-ui.js"></script> +</head> +<body> +<h1 class="bar">All Classes</h1> +<main role="main" class="indexContainer"> +<ul> +<li><a href="org/apache/fulcrum/quartz/BaseQuartzTestCase.html" title="class in org.apache.fulcrum.quartz">BaseQuartzTestCase</a></li> +<li><a href="org/apache/fulcrum/quartz/DefaultQuartzSchedulerImplTest.html" title="class in org.apache.fulcrum.quartz">DefaultQuartzSchedulerImplTest</a></li> +<li><a href="org/apache/fulcrum/quartz/test/NotSoSimpleJob.html" title="class in org.apache.fulcrum.quartz.test">NotSoSimpleJob</a></li> +<li><a href="org/apache/fulcrum/quartz/test/SimpleJob.html" title="class in org.apache.fulcrum.quartz.test">SimpleJob</a></li> +</ul> +</main> +</body> +</html> \ No newline at end of file Added: websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/allpackages-index.html ============================================================================== --- websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/allpackages-index.html (added) +++ websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/allpackages-index.html Wed Aug 4 08:28:04 2021 @@ -0,0 +1,170 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="de"> +<head> +<!-- Generated by javadoc --> +<title>All Packages (Fulcrum Quartz 1.1.2 Test API)</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="script.js"></script> +<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script> +<script type="text/javascript" src="jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="All Packages (Fulcrum Quartz 1.1.2 Test API)"; + } + } + catch(err) { + } +//--> +var pathtoroot = "./"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="index.html">Overview</a></li> +<li>Package</li> +<li>Class</li> +<li>Use</li> +<li><a href="overview-tree.html">Tree</a></li> +<li><a href="deprecated-list.html">Deprecated</a></li> +<li><a href="index-all.html">Index</a></li> +<li><a href="help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h1 title="All&nbsp;Packages" class="title">All Packages</h1> +</div> +<div class="allPackagesContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="packagesSummary"> +<caption><span>Package Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colFirst" scope="row"><a href="org/apache/fulcrum/quartz/package-summary.html">org.apache.fulcrum.quartz</a></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<th class="colFirst" scope="row"><a href="org/apache/fulcrum/quartz/test/package-summary.html">org.apache.fulcrum.quartz.test</a></th> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="index.html">Overview</a></li> +<li>Package</li> +<li>Class</li> +<li>Use</li> +<li><a href="overview-tree.html">Tree</a></li> +<li><a href="deprecated-list.html">Deprecated</a></li> +<li><a href="index-all.html">Index</a></li> +<li><a href="help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="allclasses.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +<p class="legalCopy"><small>Copyright © 2004–2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</footer> +</body> +</html> \ No newline at end of file Modified: websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/constant-values.html ============================================================================== --- websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/constant-values.html (original) +++ websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/constant-values.html Wed Aug 4 08:28:04 2021 @@ -1,125 +1,150 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<!-- Generated by javadoc --> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Constant Field Values (Fulcrum Quartz 1.1.1 Test API)</title> -<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> -<script type="text/javascript" src="script.js"></script> -</head> -<body> -<script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (Fulcrum Quartz 1.1.1 Test API)"; - } - } - catch(err) { - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar.top"> -<!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.top.firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="overview-summary.html">Overview</a></li> -<li>Package</li> -<li>Class</li> -<li>Use</li> -<li><a href="overview-tree.html">Tree</a></li> -<li><a href="deprecated-list.html">Deprecated</a></li> -<li><a href="index-all.html">Index</a></li> -<li><a href="help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li>Prev</li> -<li>Next</li> -</ul> -<ul class="navList"> -<li><a href="index.html?constant-values.html" target="_top">Frames</a></li> -<li><a href="constant-values.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip.navbar.top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 title="Constant Field Values" class="title">Constant Field Values</h1> -<h2 title="Contents">Contents</h2> -</div> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> -<!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.bottom.firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="overview-summary.html">Overview</a></li> -<li>Package</li> -<li>Class</li> -<li>Use</li> -<li><a href="overview-tree.html">Tree</a></li> -<li><a href="deprecated-list.html">Deprecated</a></li> -<li><a href="index-all.html">Index</a></li> -<li><a href="help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li>Prev</li> -<li>Next</li> -</ul> -<ul class="navList"> -<li><a href="index.html?constant-values.html" target="_top">Frames</a></li> -<li><a href="constant-values.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip.navbar.bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2004–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> -</body> +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="de"> +<head> +<!-- Generated by javadoc --> +<title>Constant Field Values (Fulcrum Quartz 1.1.2 Test API)</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="script.js"></script> +<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script> +<script type="text/javascript" src="jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Constant Field Values (Fulcrum Quartz 1.1.2 Test API)"; + } + } + catch(err) { + } +//--> +var pathtoroot = "./"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="index.html">Overview</a></li> +<li>Package</li> +<li>Class</li> +<li>Use</li> +<li><a href="overview-tree.html">Tree</a></li> +<li><a href="deprecated-list.html">Deprecated</a></li> +<li><a href="index-all.html">Index</a></li> +<li><a href="help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h1 title="Constant Field Values" class="title">Constant Field Values</h1> +<section role="region"> +<h2 title="Contents">Contents</h2> +</section> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="index.html">Overview</a></li> +<li>Package</li> +<li>Class</li> +<li>Use</li> +<li><a href="overview-tree.html">Tree</a></li> +<li><a href="deprecated-list.html">Deprecated</a></li> +<li><a href="index-all.html">Index</a></li> +<li><a href="help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="allclasses.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +<p class="legalCopy"><small>Copyright © 2004–2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</footer> +</body> </html> \ No newline at end of file Modified: websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/deprecated-list.html ============================================================================== --- websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/deprecated-list.html (original) +++ websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/deprecated-list.html Wed Aug 4 08:28:04 2021 @@ -1,125 +1,148 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<!-- Generated by javadoc --> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Deprecated List (Fulcrum Quartz 1.1.1 Test API)</title> -<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> -<script type="text/javascript" src="script.js"></script> -</head> -<body> -<script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (Fulcrum Quartz 1.1.1 Test API)"; - } - } - catch(err) { - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar.top"> -<!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.top.firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="overview-summary.html">Overview</a></li> -<li>Package</li> -<li>Class</li> -<li>Use</li> -<li><a href="overview-tree.html">Tree</a></li> -<li class="navBarCell1Rev">Deprecated</li> -<li><a href="index-all.html">Index</a></li> -<li><a href="help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li>Prev</li> -<li>Next</li> -</ul> -<ul class="navList"> -<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> -<li><a href="deprecated-list.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip.navbar.top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 title="Deprecated API" class="title">Deprecated API</h1> -<h2 title="Contents">Contents</h2> -</div> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> -<!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.bottom.firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="overview-summary.html">Overview</a></li> -<li>Package</li> -<li>Class</li> -<li>Use</li> -<li><a href="overview-tree.html">Tree</a></li> -<li class="navBarCell1Rev">Deprecated</li> -<li><a href="index-all.html">Index</a></li> -<li><a href="help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li>Prev</li> -<li>Next</li> -</ul> -<ul class="navList"> -<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> -<li><a href="deprecated-list.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip.navbar.bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2004–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> -</body> +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="de"> +<head> +<!-- Generated by javadoc --> +<title>Deprecated List (Fulcrum Quartz 1.1.2 Test API)</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="script.js"></script> +<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script> +<script type="text/javascript" src="jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Deprecated List (Fulcrum Quartz 1.1.2 Test API)"; + } + } + catch(err) { + } +//--> +var pathtoroot = "./"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="index.html">Overview</a></li> +<li>Package</li> +<li>Class</li> +<li>Use</li> +<li><a href="overview-tree.html">Tree</a></li> +<li class="navBarCell1Rev">Deprecated</li> +<li><a href="index-all.html">Index</a></li> +<li><a href="help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h1 title="Deprecated API" class="title">Deprecated API</h1> +<h2 title="Contents">Contents</h2> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="index.html">Overview</a></li> +<li>Package</li> +<li>Class</li> +<li>Use</li> +<li><a href="overview-tree.html">Tree</a></li> +<li class="navBarCell1Rev">Deprecated</li> +<li><a href="index-all.html">Index</a></li> +<li><a href="help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="allclasses.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +<p class="legalCopy"><small>Copyright © 2004–2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</footer> +</body> </html> \ No newline at end of file Added: websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/element-list ============================================================================== --- websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/element-list (added) +++ websites/production/turbine/content/fulcrum/fulcrum-quartz/testapidocs/element-list Wed Aug 4 08:28:04 2021 @@ -0,0 +1,2 @@ +org.apache.fulcrum.quartz +org.apache.fulcrum.quartz.test
