Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2019-10-22 10:21:53 +00:00
parent 22d2823fe0
commit 9f548456c9
40 changed files with 487 additions and 41 deletions

View File

@@ -110,7 +110,453 @@ $(addBlockSwitches);
<div class="content">
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-json hljs" data-lang="json">Unresolved directive in yml-schema.adoc - include::/opt/jenkins/data/workspace/spring-cloud-contract-master-ci/docs/target/contract_schema.json[indent=0]</code></pre>
<pre class="highlightjs highlight"><code class="language-json hljs" data-lang="json">{
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract",
"properties" : {
"request" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:Request",
"properties" : {
"method" : {
"type" : "string"
},
"url" : {
"type" : "string"
},
"urlPath" : {
"type" : "string"
},
"queryParameters" : {
"type" : "object",
"additionalProperties" : {
"type" : "any"
}
},
"headers" : {
"type" : "object",
"additionalProperties" : {
"type" : "any"
}
},
"cookies" : {
"type" : "object",
"additionalProperties" : {
"type" : "any"
}
},
"body" : {
"type" : "any"
},
"bodyFromFile" : {
"type" : "string"
},
"bodyFromFileAsBytes" : {
"type" : "string"
},
"matchers" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:StubMatchers",
"properties" : {
"url" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:KeyValueMatcher",
"properties" : {
"key" : {
"type" : "string"
},
"regex" : {
"type" : "string"
},
"predefined" : {
"type" : "string",
"enum" : [ "only_alpha_unicode", "number", "any_double", "any_boolean", "ip_address", "hostname", "email", "url", "uuid", "iso_date", "iso_date_time", "iso_time", "iso_8601_with_offset", "non_empty", "non_blank" ]
},
"command" : {
"type" : "string"
},
"regexType" : {
"type" : "string",
"enum" : [ "as_integer", "as_double", "as_float", "as_long", "as_short", "as_boolean", "as_string" ]
}
}
},
"body" : {
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:BodyStubMatcher",
"properties" : {
"path" : {
"type" : "string"
},
"type" : {
"type" : "string",
"enum" : [ "by_date", "by_time", "by_timestamp", "by_regex", "by_equality", "by_type", "by_null" ]
},
"value" : {
"type" : "string"
},
"predefined" : {
"type" : "string",
"enum" : [ "only_alpha_unicode", "number", "any_double", "any_boolean", "ip_address", "hostname", "email", "url", "uuid", "iso_date", "iso_date_time", "iso_time", "iso_8601_with_offset", "non_empty", "non_blank" ]
},
"minOccurrence" : {
"type" : "integer"
},
"maxOccurrence" : {
"type" : "integer"
},
"regexType" : {
"type" : "string",
"enum" : [ "as_integer", "as_double", "as_float", "as_long", "as_short", "as_boolean", "as_string" ]
}
}
}
},
"headers" : {
"type" : "array",
"items" : {
"type" : "object",
"$ref" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:KeyValueMatcher"
}
},
"queryParameters" : {
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:QueryParameterMatcher",
"properties" : {
"key" : {
"type" : "string"
},
"type" : {
"type" : "string",
"enum" : [ "equal_to", "containing", "matching", "not_matching", "equal_to_json", "equal_to_xml", "absent", "binary_equal_to" ]
},
"value" : {
"type" : "any"
}
}
}
},
"cookies" : {
"type" : "array",
"items" : {
"type" : "object",
"$ref" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:KeyValueMatcher"
}
},
"multipart" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:MultipartStubMatcher",
"properties" : {
"params" : {
"type" : "array",
"items" : {
"type" : "object",
"$ref" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:KeyValueMatcher"
}
},
"named" : {
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:MultipartNamedStubMatcher",
"properties" : {
"paramName" : {
"type" : "string"
},
"fileName" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:ValueMatcher",
"properties" : {
"regex" : {
"type" : "string"
},
"predefined" : {
"type" : "string",
"enum" : [ "only_alpha_unicode", "number", "any_double", "any_boolean", "ip_address", "hostname", "email", "url", "uuid", "iso_date", "iso_date_time", "iso_time", "iso_8601_with_offset", "non_empty", "non_blank" ]
}
}
},
"fileContent" : {
"type" : "object",
"$ref" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:ValueMatcher"
},
"contentType" : {
"type" : "object",
"$ref" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:ValueMatcher"
}
}
}
}
}
}
}
},
"multipart" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:Multipart",
"properties" : {
"params" : {
"type" : "object",
"additionalProperties" : {
"type" : "string"
}
},
"named" : {
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:Named",
"properties" : {
"paramName" : {
"type" : "string"
},
"fileName" : {
"type" : "string"
},
"fileContent" : {
"type" : "string"
},
"fileContentAsBytes" : {
"type" : "string"
},
"fileContentFromFileAsBytes" : {
"type" : "string"
},
"contentType" : {
"type" : "string"
},
"fileNameCommand" : {
"type" : "string"
},
"fileContentCommand" : {
"type" : "string"
},
"contentTypeCommand" : {
"type" : "string"
}
}
}
}
}
}
}
},
"response" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:Response",
"properties" : {
"status" : {
"type" : "integer"
},
"headers" : {
"type" : "object",
"additionalProperties" : {
"type" : "any"
}
},
"cookies" : {
"type" : "object",
"additionalProperties" : {
"type" : "any"
}
},
"body" : {
"type" : "any"
},
"bodyFromFile" : {
"type" : "string"
},
"bodyFromFileAsBytes" : {
"type" : "string"
},
"matchers" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:TestMatchers",
"properties" : {
"body" : {
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:BodyTestMatcher",
"properties" : {
"path" : {
"type" : "string"
},
"type" : {
"type" : "string",
"enum" : [ "by_date", "by_time", "by_timestamp", "by_regex", "by_equality", "by_type", "by_command", "by_null" ]
},
"value" : {
"type" : "string"
},
"minOccurrence" : {
"type" : "integer"
},
"maxOccurrence" : {
"type" : "integer"
},
"predefined" : {
"type" : "string",
"enum" : [ "only_alpha_unicode", "number", "any_double", "any_boolean", "ip_address", "hostname", "email", "url", "uuid", "iso_date", "iso_date_time", "iso_time", "iso_8601_with_offset", "non_empty", "non_blank" ]
},
"regexType" : {
"type" : "string",
"enum" : [ "as_integer", "as_double", "as_float", "as_long", "as_short", "as_boolean", "as_string" ]
}
}
}
},
"headers" : {
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:TestHeaderMatcher",
"properties" : {
"key" : {
"type" : "string"
},
"regex" : {
"type" : "string"
},
"command" : {
"type" : "string"
},
"predefined" : {
"type" : "string",
"enum" : [ "only_alpha_unicode", "number", "any_double", "any_boolean", "ip_address", "hostname", "email", "url", "uuid", "iso_date", "iso_date_time", "iso_time", "iso_8601_with_offset", "non_empty", "non_blank" ]
},
"regexType" : {
"type" : "string",
"enum" : [ "as_integer", "as_double", "as_float", "as_long", "as_short", "as_boolean", "as_string" ]
}
}
}
},
"cookies" : {
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:TestCookieMatcher",
"properties" : {
"key" : {
"type" : "string"
},
"regex" : {
"type" : "string"
},
"command" : {
"type" : "string"
},
"predefined" : {
"type" : "string",
"enum" : [ "only_alpha_unicode", "number", "any_double", "any_boolean", "ip_address", "hostname", "email", "url", "uuid", "iso_date", "iso_date_time", "iso_time", "iso_8601_with_offset", "non_empty", "non_blank" ]
},
"regexType" : {
"type" : "string",
"enum" : [ "as_integer", "as_double", "as_float", "as_long", "as_short", "as_boolean", "as_string" ]
}
}
}
}
}
},
"async" : {
"type" : "boolean"
},
"fixedDelayMilliseconds" : {
"type" : "integer"
}
}
},
"input" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:Input",
"properties" : {
"messageFrom" : {
"type" : "string"
},
"triggeredBy" : {
"type" : "string"
},
"messageHeaders" : {
"type" : "object",
"additionalProperties" : {
"type" : "any"
}
},
"messageBody" : {
"type" : "any"
},
"messageBodyFromFile" : {
"type" : "string"
},
"messageBodyFromFileAsBytes" : {
"type" : "string"
},
"assertThat" : {
"type" : "string"
},
"matchers" : {
"type" : "object",
"$ref" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:StubMatchers"
}
}
},
"outputMessage" : {
"type" : "object",
"id" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:OutputMessage",
"properties" : {
"sentTo" : {
"type" : "string"
},
"headers" : {
"type" : "object",
"additionalProperties" : {
"type" : "any"
}
},
"body" : {
"type" : "any"
},
"bodyFromFile" : {
"type" : "string"
},
"bodyFromFileAsBytes" : {
"type" : "string"
},
"assertThat" : {
"type" : "string"
},
"matchers" : {
"type" : "object",
"$ref" : "urn:jsonschema:org:springframework:cloud:contract:verifier:converter:YamlContract:TestMatchers"
}
}
},
"description" : {
"type" : "string"
},
"label" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"priority" : {
"type" : "integer"
},
"ignored" : {
"type" : "boolean"
},
"inProgress" : {
"type" : "boolean"
}
}
}</code></pre>
</div>
</div>
</div>

View File

@@ -5,8 +5,8 @@
/Author <feff004100640061006d00200044007500640063007a0061006b002c0020004d0061007400680069006100730020004400fc0073007400650072006800f600660074002c0020004d0061007200630069006e002000470072007a0065006a0073007a0063007a0061006b002c002000440065006e006e006900730020004b0069006500730065006c0068006f007200730074002c0020004a0061006b007500620020004b007500620072007901440073006b0069002c0020004b00610072006f006c0020004c0061007300730061006b002c0020004f006c006700610020004d00610063006900610073007a0065006b002d0053006800610072006d0061002c0020004d00610072006900750073007a00200053006d0079006b007501420061002c0020004400610076006500200053007900650072002c0020004a0061007900200042007200790061006e0074>
/Creator (Asciidoctor PDF 1.5.0.alpha.18, based on Prawn 2.2.2)
/Producer <feff004100640061006d00200044007500640063007a0061006b002c0020004d0061007400680069006100730020004400fc0073007400650072006800f600660074002c0020004d0061007200630069006e002000470072007a0065006a0073007a0063007a0061006b002c002000440065006e006e006900730020004b0069006500730065006c0068006f007200730074002c0020004a0061006b007500620020004b007500620072007901440073006b0069002c0020004b00610072006f006c0020004c0061007300730061006b002c0020004f006c006700610020004d00610063006900610073007a0065006b002d0053006800610072006d0061002c0020004d00610072006900750073007a00200053006d0079006b007501420061002c0020004400610076006500200053007900650072002c0020004a0061007900200042007200790061006e0074>
/ModDate (D:20191022095310+00'00')
/CreationDate (D:20191022095337+00'00')
/ModDate (D:20191022101842+00'00')
/CreationDate (D:20191022101910+00'00')
>>
endobj
2 0 obj

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Help (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API</title>
<script type="text/javascript">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BaseClassMapping (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ConvertMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GenerateStubsMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GenerateTestsMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HelpMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PushStubsToScmMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>RunMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.BaseClassMapping (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.ConvertMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.GenerateStubsMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.GenerateTestsMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.HelpMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.PushStubsToScmMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.RunMojo (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.springframework.cloud.contract.maven.verifier (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.springframework.cloud.contract.maven.verifier (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.springframework.cloud.contract.maven.verifier Class Hierarchy (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package org.springframework.cloud.contract.maven.verifier (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AetherStubDownloaderFactory (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LocalStubRunner (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>RemoteStubRunner (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.stubrunner.AetherStubDownloaderFactory (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.stubrunner.LocalStubRunner (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.springframework.cloud.contract.maven.verifier.stubrunner.RemoteStubRunner (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.springframework.cloud.contract.maven.verifier.stubrunner (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.springframework.cloud.contract.maven.verifier.stubrunner (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.springframework.cloud.contract.maven.verifier.stubrunner Class Hierarchy (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package org.springframework.cloud.contract.maven.verifier.stubrunner (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Overview List (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Overview (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 06:56:02 UTC 2019 -->
<!-- Generated by javadoc (1.8.0_201) on Tue Oct 22 10:21:45 UTC 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Class Hierarchy (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2019-10-22">