From 8260df6d0038f833f2222a3cd3a81eb6c0e9d613 Mon Sep 17 00:00:00 2001 From: jonmv Date: Tue, 25 Oct 2022 13:03:57 +0200 Subject: Update ABI spec format, and update all specs --- tenant-cd-api/abi-spec.json | 168 ++++++++++++++++++++++---------------------- 1 file changed, 84 insertions(+), 84 deletions(-) (limited to 'tenant-cd-api') diff --git a/tenant-cd-api/abi-spec.json b/tenant-cd-api/abi-spec.json index f072d9de169..2ea5c7ebe3b 100644 --- a/tenant-cd-api/abi-spec.json +++ b/tenant-cd-api/abi-spec.json @@ -1,93 +1,93 @@ { - "ai.vespa.hosted.cd.Deployment": { - "superClass": "java.lang.Object", - "interfaces": [], - "attributes": [ + "ai.vespa.hosted.cd.Deployment" : { + "superClass" : "java.lang.Object", + "interfaces" : [ ], + "attributes" : [ "public", "interface", "abstract" ], - "methods": [ + "methods" : [ "public abstract ai.vespa.hosted.cd.Endpoint endpoint(java.lang.String)", "public abstract java.lang.String platform()", "public abstract long revision()", "public abstract java.time.Instant deployedAt()" ], - "fields": [] + "fields" : [ ] }, - "ai.vespa.hosted.cd.DisabledInInstances": { - "superClass": "java.lang.Object", - "interfaces": [ + "ai.vespa.hosted.cd.DisabledInInstances" : { + "superClass" : "java.lang.Object", + "interfaces" : [ "java.lang.annotation.Annotation" ], - "attributes": [ + "attributes" : [ "public", "interface", "abstract", "annotation" ], - "methods": [ + "methods" : [ "public abstract java.lang.String[] value()" ], - "fields": [] + "fields" : [ ] }, - "ai.vespa.hosted.cd.DisabledInRegions": { - "superClass": "java.lang.Object", - "interfaces": [ + "ai.vespa.hosted.cd.DisabledInRegions" : { + "superClass" : "java.lang.Object", + "interfaces" : [ "java.lang.annotation.Annotation" ], - "attributes": [ + "attributes" : [ "public", "interface", "abstract", "annotation" ], - "methods": [ + "methods" : [ "public abstract java.lang.String[] value()" ], - "fields": [] + "fields" : [ ] }, - "ai.vespa.hosted.cd.EnabledInInstances": { - "superClass": "java.lang.Object", - "interfaces": [ + "ai.vespa.hosted.cd.EnabledInInstances" : { + "superClass" : "java.lang.Object", + "interfaces" : [ "java.lang.annotation.Annotation" ], - "attributes": [ + "attributes" : [ "public", "interface", "abstract", "annotation" ], - "methods": [ + "methods" : [ "public abstract java.lang.String[] value()" ], - "fields": [] + "fields" : [ ] }, - "ai.vespa.hosted.cd.EnabledInRegions": { - "superClass": "java.lang.Object", - "interfaces": [ + "ai.vespa.hosted.cd.EnabledInRegions" : { + "superClass" : "java.lang.Object", + "interfaces" : [ "java.lang.annotation.Annotation" ], - "attributes": [ + "attributes" : [ "public", "interface", "abstract", "annotation" ], - "methods": [ + "methods" : [ "public abstract java.lang.String[] value()" ], - "fields": [] + "fields" : [ ] }, - "ai.vespa.hosted.cd.Endpoint": { - "superClass": "java.lang.Object", - "interfaces": [], - "attributes": [ + "ai.vespa.hosted.cd.Endpoint" : { + "superClass" : "java.lang.Object", + "interfaces" : [ ], + "attributes" : [ "public", "interface", "abstract" ], - "methods": [ + "methods" : [ "public abstract java.net.URI uri()", "public abstract ai.vespa.hosted.cd.EndpointAuthenticator authenticator()", "public abstract java.net.http.HttpResponse send(java.net.http.HttpRequest$Builder, java.net.http.HttpResponse$BodyHandler)", @@ -95,120 +95,120 @@ "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": [] + "fields" : [ ] }, - "ai.vespa.hosted.cd.EndpointAuthenticator": { - "superClass": "java.lang.Object", - "interfaces": [], - "attributes": [ + "ai.vespa.hosted.cd.EndpointAuthenticator" : { + "superClass" : "java.lang.Object", + "interfaces" : [ ], + "attributes" : [ "public", "interface", "abstract" ], - "methods": [ + "methods" : [ "public javax.net.ssl.SSLContext sslContext()", "public java.net.http.HttpRequest$Builder authenticated(java.net.http.HttpRequest$Builder)", "public java.util.Map authorizationHeaders()" ], - "fields": [] + "fields" : [ ] }, - "ai.vespa.hosted.cd.InconclusiveTestException": { - "superClass": "java.lang.RuntimeException", - "interfaces": [], - "attributes": [ + "ai.vespa.hosted.cd.InconclusiveTestException" : { + "superClass" : "java.lang.RuntimeException", + "interfaces" : [ ], + "attributes" : [ "public" ], - "methods": [ + "methods" : [ "public void ()", "public void (java.lang.String)" ], - "fields": [] + "fields" : [ ] }, - "ai.vespa.hosted.cd.IntegrationTest": { - "superClass": "java.lang.Object", - "interfaces": [ + "ai.vespa.hosted.cd.IntegrationTest" : { + "superClass" : "java.lang.Object", + "interfaces" : [ "java.lang.annotation.Annotation" ], - "attributes": [ + "attributes" : [ "public", "interface", "abstract", "annotation" ], - "methods": [], - "fields": [] + "methods" : [ ], + "fields" : [ ] }, - "ai.vespa.hosted.cd.ProductionTest": { - "superClass": "java.lang.Object", - "interfaces": [ + "ai.vespa.hosted.cd.ProductionTest" : { + "superClass" : "java.lang.Object", + "interfaces" : [ "java.lang.annotation.Annotation" ], - "attributes": [ + "attributes" : [ "public", "interface", "abstract", "annotation" ], - "methods": [], - "fields": [] + "methods" : [ ], + "fields" : [ ] }, - "ai.vespa.hosted.cd.StagingSetup": { - "superClass": "java.lang.Object", - "interfaces": [ + "ai.vespa.hosted.cd.StagingSetup" : { + "superClass" : "java.lang.Object", + "interfaces" : [ "java.lang.annotation.Annotation" ], - "attributes": [ + "attributes" : [ "public", "interface", "abstract", "annotation" ], - "methods": [], - "fields": [] + "methods" : [ ], + "fields" : [ ] }, - "ai.vespa.hosted.cd.StagingTest": { - "superClass": "java.lang.Object", - "interfaces": [ + "ai.vespa.hosted.cd.StagingTest" : { + "superClass" : "java.lang.Object", + "interfaces" : [ "java.lang.annotation.Annotation" ], - "attributes": [ + "attributes" : [ "public", "interface", "abstract", "annotation" ], - "methods": [], - "fields": [] + "methods" : [ ], + "fields" : [ ] }, - "ai.vespa.hosted.cd.SystemTest": { - "superClass": "java.lang.Object", - "interfaces": [ + "ai.vespa.hosted.cd.SystemTest" : { + "superClass" : "java.lang.Object", + "interfaces" : [ "java.lang.annotation.Annotation" ], - "attributes": [ + "attributes" : [ "public", "interface", "abstract", "annotation" ], - "methods": [], - "fields": [] + "methods" : [ ], + "fields" : [ ] }, - "ai.vespa.hosted.cd.TestRuntime": { - "superClass": "java.lang.Object", - "interfaces": [], - "attributes": [ + "ai.vespa.hosted.cd.TestRuntime" : { + "superClass" : "java.lang.Object", + "interfaces" : [ ], + "attributes" : [ "public", "interface", "abstract" ], - "methods": [ + "methods" : [ "public static ai.vespa.hosted.cd.TestRuntime get()", "public abstract ai.vespa.hosted.cd.Deployment deploymentToTest()", "public abstract ai.vespa.cloud.Zone zone()", "public abstract ai.vespa.cloud.ApplicationId application()" ], - "fields": [ + "fields" : [ "public static final java.util.logging.Logger logger" ] } -- cgit v1.2.3