summaryrefslogtreecommitdiffstats
path: root/tenant-cd-api/abi-spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'tenant-cd-api/abi-spec.json')
-rw-r--r--tenant-cd-api/abi-spec.json116
1 files changed, 116 insertions, 0 deletions
diff --git a/tenant-cd-api/abi-spec.json b/tenant-cd-api/abi-spec.json
new file mode 100644
index 00000000000..ce987107c0e
--- /dev/null
+++ b/tenant-cd-api/abi-spec.json
@@ -0,0 +1,116 @@
+{
+ "ai.vespa.hosted.cd.Deployment": {
+ "superClass": "java.lang.Object",
+ "interfaces": [],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract"
+ ],
+ "methods": [
+ "public abstract ai.vespa.hosted.cd.Endpoint endpoint(java.lang.String)"
+ ],
+ "fields": []
+ },
+ "ai.vespa.hosted.cd.Endpoint": {
+ "superClass": "java.lang.Object",
+ "interfaces": [],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract"
+ ],
+ "methods": [
+ "public abstract java.net.URI uri()",
+ "public abstract java.net.http.HttpResponse send(java.net.http.HttpRequest$Builder, java.net.http.HttpResponse$BodyHandler)",
+ "public java.net.http.HttpResponse send(java.net.http.HttpRequest$Builder)",
+ "public abstract java.net.http.HttpRequest$Builder request(java.lang.String, java.util.Map)",
+ "public java.net.http.HttpRequest$Builder request(java.lang.String)"
+ ],
+ "fields": []
+ },
+ "ai.vespa.hosted.cd.IntegrationTest": {
+ "superClass": "java.lang.Object",
+ "interfaces": [
+ "java.lang.annotation.Annotation"
+ ],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract",
+ "annotation"
+ ],
+ "methods": [],
+ "fields": []
+ },
+ "ai.vespa.hosted.cd.ProductionTest": {
+ "superClass": "java.lang.Object",
+ "interfaces": [
+ "java.lang.annotation.Annotation"
+ ],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract",
+ "annotation"
+ ],
+ "methods": [],
+ "fields": []
+ },
+ "ai.vespa.hosted.cd.StagingSetup": {
+ "superClass": "java.lang.Object",
+ "interfaces": [
+ "java.lang.annotation.Annotation"
+ ],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract",
+ "annotation"
+ ],
+ "methods": [],
+ "fields": []
+ },
+ "ai.vespa.hosted.cd.StagingTest": {
+ "superClass": "java.lang.Object",
+ "interfaces": [
+ "java.lang.annotation.Annotation"
+ ],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract",
+ "annotation"
+ ],
+ "methods": [],
+ "fields": []
+ },
+ "ai.vespa.hosted.cd.SystemTest": {
+ "superClass": "java.lang.Object",
+ "interfaces": [
+ "java.lang.annotation.Annotation"
+ ],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract",
+ "annotation"
+ ],
+ "methods": [],
+ "fields": []
+ },
+ "ai.vespa.hosted.cd.TestRuntime": {
+ "superClass": "java.lang.Object",
+ "interfaces": [],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract"
+ ],
+ "methods": [
+ "public static ai.vespa.hosted.cd.TestRuntime get()",
+ "public abstract ai.vespa.hosted.cd.Deployment deploymentToTest()"
+ ],
+ "fields": []
+ }
+} \ No newline at end of file