Skip to content

Commit

Permalink
Reversioned and generated documentation for 0.6-BETA.
Browse files Browse the repository at this point in the history
  • Loading branch information
KPull committed Mar 31, 2017
1 parent dc8ccbd commit 6889e24
Show file tree
Hide file tree
Showing 178 changed files with 1,883 additions and 3,045 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ dependency to your POM file:
<dependency>
<groupId>rocks.bastion</groupId>
<artifactId>bastion</artifactId>
<version>0.5.2-BETA</version>
<version>0.6-BETA</version>
<scope>test</scope>
</dependency>
```

Alternatively, use Groovy Grapes to use Bastion in your Groovy tests/scripts:
```groovy
@Grapes(
@Grab(group='rocks.bastion', module='bastion', version='0.5.2-BETA')
@Grab(group='rocks.bastion', module='bastion', version='0.6-BETA')
)
```

Expand Down
17 changes: 8 additions & 9 deletions docs/javadocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Bastion 0.5.2-BETA API)</title>
<title>All Classes (Bastion 0.6-BETA API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -29,15 +29,13 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="rocks/bastion/core/event/BastionFailureEvent.html" title="class in rocks.bastion.core.event" target="classFrame">BastionFailureEvent</a></li>
<li><a href="rocks/bastion/core/event/BastionFinishedEvent.html" title="class in rocks.bastion.core.event" target="classFrame">BastionFinishedEvent</a></li>
<li><a href="rocks/bastion/core/event/BastionListener.html" title="interface in rocks.bastion.core.event" target="classFrame"><span class="interfaceName">BastionListener</span></a></li>
<li><a href="rocks/bastion/junit/BastionRunner.html" title="class in rocks.bastion.junit" target="classFrame">BastionRunner</a></li>
<li><a href="rocks/bastion/core/event/BastionStartedEvent.html" title="class in rocks.bastion.core.event" target="classFrame">BastionStartedEvent</a></li>
<li><a href="rocks/bastion/core/BastionUtils.html" title="class in rocks.bastion.core" target="classFrame">BastionUtils</a></li>
<li><a href="rocks/bastion/core/builder/BindBuilder.html" title="interface in rocks.bastion.core.builder" target="classFrame"><span class="interfaceName">BindBuilder</span></a></li>
<li><a href="rocks/bastion/core/Callback.html" title="interface in rocks.bastion.core" target="classFrame"><span class="interfaceName">Callback</span></a></li>
<li><a href="rocks/bastion/core/builder/CallbackBuilder.html" title="interface in rocks.bastion.core.builder" target="classFrame"><span class="interfaceName">CallbackBuilder</span></a></li>
<li><a href="rocks/bastion/core/view/Bindings.html" title="class in rocks.bastion.core.view" target="classFrame">Bindings</a></li>
<li><a href="rocks/bastion/core/CommonRequestAttributes.html" title="class in rocks.bastion.core" target="classFrame">CommonRequestAttributes</a></li>
<li><a href="rocks/bastion/core/configuration/Configuration.html" title="class in rocks.bastion.core.configuration" target="classFrame">Configuration</a></li>
<li><a href="rocks/bastion/core/model/DecodingHints.html" title="class in rocks.bastion.core.model" target="classFrame">DecodingHints</a></li>
<li><a href="rocks/bastion/core/view/DecodingHints.html" title="class in rocks.bastion.core.view" target="classFrame">DecodingHints</a></li>
<li><a href="rocks/bastion/core/DefaultBastionFactory.html" title="class in rocks.bastion.core" target="classFrame">DefaultBastionFactory</a></li>
<li><a href="rocks/bastion/core/event/EventLogging.html" title="class in rocks.bastion.core.event" target="classFrame">EventLogging</a></li>
<li><a href="rocks/bastion/core/builder/ExecuteRequestBuilder.html" title="interface in rocks.bastion.core.builder" target="classFrame"><span class="interfaceName">ExecuteRequestBuilder</span></a></li>
Expand All @@ -53,7 +51,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="rocks/bastion/core/resource/InvalidResourceException.html" title="class in rocks.bastion.core.resource" target="classFrame">InvalidResourceException</a></li>
<li><a href="rocks/bastion/core/json/JsonRequest.html" title="class in rocks.bastion.core.json" target="classFrame">JsonRequest</a></li>
<li><a href="rocks/bastion/core/json/JsonResponseAssertions.html" title="class in rocks.bastion.core.json" target="classFrame">JsonResponseAssertions</a></li>
<li><a href="rocks/bastion/core/model/JsonResponseDecoder.html" title="class in rocks.bastion.core.model" target="classFrame">JsonResponseDecoder</a></li>
<li><a href="rocks/bastion/core/view/JsonResponseDecoder.html" title="class in rocks.bastion.core.view" target="classFrame">JsonResponseDecoder</a></li>
<li><a href="rocks/bastion/core/json/JsonSchemaAssertions.html" title="class in rocks.bastion.core.json" target="classFrame">JsonSchemaAssertions</a></li>
<li><a href="rocks/bastion/core/json/JsonSerializationException.html" title="class in rocks.bastion.core.json" target="classFrame">JsonSerializationException</a></li>
<li><a href="rocks/bastion/core/ModelResponse.html" title="class in rocks.bastion.core" target="classFrame">ModelResponse</a></li>
Expand All @@ -63,15 +61,16 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="rocks/bastion/core/resource/ResourceLoader.html" title="class in rocks.bastion.core.resource" target="classFrame">ResourceLoader</a></li>
<li><a href="rocks/bastion/core/resource/ResourceNotFoundException.html" title="class in rocks.bastion.core.resource" target="classFrame">ResourceNotFoundException</a></li>
<li><a href="rocks/bastion/core/Response.html" title="interface in rocks.bastion.core" target="classFrame"><span class="interfaceName">Response</span></a></li>
<li><a href="rocks/bastion/core/model/ResponseDecoder.html" title="interface in rocks.bastion.core.model" target="classFrame"><span class="interfaceName">ResponseDecoder</span></a></li>
<li><a href="rocks/bastion/core/model/ResponseDecodersRegistrar.html" title="interface in rocks.bastion.core.model" target="classFrame"><span class="interfaceName">ResponseDecodersRegistrar</span></a></li>
<li><a href="rocks/bastion/core/view/ResponseDecoder.html" title="interface in rocks.bastion.core.view" target="classFrame"><span class="interfaceName">ResponseDecoder</span></a></li>
<li><a href="rocks/bastion/core/view/ResponseDecodersRegistrar.html" title="interface in rocks.bastion.core.view" target="classFrame"><span class="interfaceName">ResponseDecodersRegistrar</span></a></li>
<li><a href="rocks/bastion/core/printer/ResponsePrinter.html" title="class in rocks.bastion.core.printer" target="classFrame">ResponsePrinter</a></li>
<li><a href="rocks/bastion/core/RouteParam.html" title="class in rocks.bastion.core" target="classFrame">RouteParam</a></li>
<li><a href="rocks/bastion/core/StatusCodeAssertions.html" title="class in rocks.bastion.core" target="classFrame">StatusCodeAssertions</a></li>
<li><a href="rocks/bastion/core/model/StringResponseDecoder.html" title="class in rocks.bastion.core.model" target="classFrame">StringResponseDecoder</a></li>
<li><a href="rocks/bastion/core/view/StringResponseDecoder.html" title="class in rocks.bastion.core.view" target="classFrame">StringResponseDecoder</a></li>
<li><a href="rocks/bastion/core/TemplateCompilationException.html" title="class in rocks.bastion.core" target="classFrame">TemplateCompilationException</a></li>
<li><a href="rocks/bastion/core/TemplateContentCompiler.html" title="class in rocks.bastion.core" target="classFrame">TemplateContentCompiler</a></li>
<li><a href="rocks/bastion/core/resource/UnreadableResourceException.html" title="class in rocks.bastion.core.resource" target="classFrame">UnreadableResourceException</a></li>
<li><a href="rocks/bastion/core/view/ViewBinder.html" title="class in rocks.bastion.core.view" target="classFrame">ViewBinder</a></li>
</ul>
</div>
</body>
Expand Down
17 changes: 8 additions & 9 deletions docs/javadocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Bastion 0.5.2-BETA API)</title>
<title>All Classes (Bastion 0.6-BETA API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -29,15 +29,13 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="rocks/bastion/core/event/BastionFailureEvent.html" title="class in rocks.bastion.core.event">BastionFailureEvent</a></li>
<li><a href="rocks/bastion/core/event/BastionFinishedEvent.html" title="class in rocks.bastion.core.event">BastionFinishedEvent</a></li>
<li><a href="rocks/bastion/core/event/BastionListener.html" title="interface in rocks.bastion.core.event"><span class="interfaceName">BastionListener</span></a></li>
<li><a href="rocks/bastion/junit/BastionRunner.html" title="class in rocks.bastion.junit">BastionRunner</a></li>
<li><a href="rocks/bastion/core/event/BastionStartedEvent.html" title="class in rocks.bastion.core.event">BastionStartedEvent</a></li>
<li><a href="rocks/bastion/core/BastionUtils.html" title="class in rocks.bastion.core">BastionUtils</a></li>
<li><a href="rocks/bastion/core/builder/BindBuilder.html" title="interface in rocks.bastion.core.builder"><span class="interfaceName">BindBuilder</span></a></li>
<li><a href="rocks/bastion/core/Callback.html" title="interface in rocks.bastion.core"><span class="interfaceName">Callback</span></a></li>
<li><a href="rocks/bastion/core/builder/CallbackBuilder.html" title="interface in rocks.bastion.core.builder"><span class="interfaceName">CallbackBuilder</span></a></li>
<li><a href="rocks/bastion/core/view/Bindings.html" title="class in rocks.bastion.core.view">Bindings</a></li>
<li><a href="rocks/bastion/core/CommonRequestAttributes.html" title="class in rocks.bastion.core">CommonRequestAttributes</a></li>
<li><a href="rocks/bastion/core/configuration/Configuration.html" title="class in rocks.bastion.core.configuration">Configuration</a></li>
<li><a href="rocks/bastion/core/model/DecodingHints.html" title="class in rocks.bastion.core.model">DecodingHints</a></li>
<li><a href="rocks/bastion/core/view/DecodingHints.html" title="class in rocks.bastion.core.view">DecodingHints</a></li>
<li><a href="rocks/bastion/core/DefaultBastionFactory.html" title="class in rocks.bastion.core">DefaultBastionFactory</a></li>
<li><a href="rocks/bastion/core/event/EventLogging.html" title="class in rocks.bastion.core.event">EventLogging</a></li>
<li><a href="rocks/bastion/core/builder/ExecuteRequestBuilder.html" title="interface in rocks.bastion.core.builder"><span class="interfaceName">ExecuteRequestBuilder</span></a></li>
Expand All @@ -53,7 +51,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="rocks/bastion/core/resource/InvalidResourceException.html" title="class in rocks.bastion.core.resource">InvalidResourceException</a></li>
<li><a href="rocks/bastion/core/json/JsonRequest.html" title="class in rocks.bastion.core.json">JsonRequest</a></li>
<li><a href="rocks/bastion/core/json/JsonResponseAssertions.html" title="class in rocks.bastion.core.json">JsonResponseAssertions</a></li>
<li><a href="rocks/bastion/core/model/JsonResponseDecoder.html" title="class in rocks.bastion.core.model">JsonResponseDecoder</a></li>
<li><a href="rocks/bastion/core/view/JsonResponseDecoder.html" title="class in rocks.bastion.core.view">JsonResponseDecoder</a></li>
<li><a href="rocks/bastion/core/json/JsonSchemaAssertions.html" title="class in rocks.bastion.core.json">JsonSchemaAssertions</a></li>
<li><a href="rocks/bastion/core/json/JsonSerializationException.html" title="class in rocks.bastion.core.json">JsonSerializationException</a></li>
<li><a href="rocks/bastion/core/ModelResponse.html" title="class in rocks.bastion.core">ModelResponse</a></li>
Expand All @@ -63,15 +61,16 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="rocks/bastion/core/resource/ResourceLoader.html" title="class in rocks.bastion.core.resource">ResourceLoader</a></li>
<li><a href="rocks/bastion/core/resource/ResourceNotFoundException.html" title="class in rocks.bastion.core.resource">ResourceNotFoundException</a></li>
<li><a href="rocks/bastion/core/Response.html" title="interface in rocks.bastion.core"><span class="interfaceName">Response</span></a></li>
<li><a href="rocks/bastion/core/model/ResponseDecoder.html" title="interface in rocks.bastion.core.model"><span class="interfaceName">ResponseDecoder</span></a></li>
<li><a href="rocks/bastion/core/model/ResponseDecodersRegistrar.html" title="interface in rocks.bastion.core.model"><span class="interfaceName">ResponseDecodersRegistrar</span></a></li>
<li><a href="rocks/bastion/core/view/ResponseDecoder.html" title="interface in rocks.bastion.core.view"><span class="interfaceName">ResponseDecoder</span></a></li>
<li><a href="rocks/bastion/core/view/ResponseDecodersRegistrar.html" title="interface in rocks.bastion.core.view"><span class="interfaceName">ResponseDecodersRegistrar</span></a></li>
<li><a href="rocks/bastion/core/printer/ResponsePrinter.html" title="class in rocks.bastion.core.printer">ResponsePrinter</a></li>
<li><a href="rocks/bastion/core/RouteParam.html" title="class in rocks.bastion.core">RouteParam</a></li>
<li><a href="rocks/bastion/core/StatusCodeAssertions.html" title="class in rocks.bastion.core">StatusCodeAssertions</a></li>
<li><a href="rocks/bastion/core/model/StringResponseDecoder.html" title="class in rocks.bastion.core.model">StringResponseDecoder</a></li>
<li><a href="rocks/bastion/core/view/StringResponseDecoder.html" title="class in rocks.bastion.core.view">StringResponseDecoder</a></li>
<li><a href="rocks/bastion/core/TemplateCompilationException.html" title="class in rocks.bastion.core">TemplateCompilationException</a></li>
<li><a href="rocks/bastion/core/TemplateContentCompiler.html" title="class in rocks.bastion.core">TemplateContentCompiler</a></li>
<li><a href="rocks/bastion/core/resource/UnreadableResourceException.html" title="class in rocks.bastion.core.resource">UnreadableResourceException</a></li>
<li><a href="rocks/bastion/core/view/ViewBinder.html" title="class in rocks.bastion.core.view">ViewBinder</a></li>
</ul>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/javadocs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values (Bastion 0.5.2-BETA API)</title>
<title>Constant Field Values (Bastion 0.6-BETA 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 (Bastion 0.5.2-BETA API)";
parent.document.title="Constant Field Values (Bastion 0.6-BETA API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/javadocs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (Bastion 0.5.2-BETA API)</title>
<title>Deprecated List (Bastion 0.6-BETA 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 (Bastion 0.5.2-BETA API)";
parent.document.title="Deprecated List (Bastion 0.6-BETA API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/javadocs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Help (Bastion 0.5.2-BETA API)</title>
<title>API Help (Bastion 0.6-BETA 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="API Help (Bastion 0.5.2-BETA API)";
parent.document.title="API Help (Bastion 0.6-BETA API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 6889e24

Please sign in to comment.