Skip to content

Commit 941f1d5

Browse files
committed
format + api
1 parent bce6071 commit 941f1d5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

sentry-system-test-support/api/sentry-system-test-support.api

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -488,10 +488,10 @@ public final class io/sentry/systemtest/Todo {
488488
public final fun copy (JLjava/lang/String;Z)Lio/sentry/systemtest/Todo;
489489
public static synthetic fun copy$default (Lio/sentry/systemtest/Todo;JLjava/lang/String;ZILjava/lang/Object;)Lio/sentry/systemtest/Todo;
490490
public fun equals (Ljava/lang/Object;)Z
491+
public final fun getCompleted ()Z
491492
public final fun getId ()J
492493
public final fun getTitle ()Ljava/lang/String;
493494
public fun hashCode ()I
494-
public final fun isCompleted ()Z
495495
public fun toString ()Ljava/lang/String;
496496
}
497497

@@ -518,7 +518,14 @@ public final class io/sentry/systemtest/util/EnvelopesReceived {
518518

519519
public class io/sentry/systemtest/util/LoggingInsecureRestClient {
520520
public fun <init> ()V
521-
protected final fun restTemplate ()Lorg/springframework/web/client/RestTemplate;
521+
protected final fun call (Lokhttp3/Request$Builder;ZLjava/util/Map;)Lokhttp3/Response;
522+
public static synthetic fun call$default (Lio/sentry/systemtest/util/LoggingInsecureRestClient;Lokhttp3/Request$Builder;ZLjava/util/Map;ILjava/lang/Object;)Lokhttp3/Response;
523+
protected final fun client ()Lokhttp3/OkHttpClient;
524+
public final fun getLastKnownStatusCode ()Ljava/lang/Integer;
525+
public final fun getLogger ()Lorg/slf4j/Logger;
526+
protected final fun objectMapper ()Lcom/fasterxml/jackson/databind/ObjectMapper;
527+
public final fun setLastKnownStatusCode (Ljava/lang/Integer;)V
528+
protected final fun toRequestBody (Ljava/lang/Object;)Lokhttp3/RequestBody;
522529
}
523530

524531
public final class io/sentry/systemtest/util/RestTestClient : io/sentry/systemtest/util/LoggingInsecureRestClient {
@@ -527,14 +534,12 @@ public final class io/sentry/systemtest/util/RestTestClient : io/sentry/systemte
527534
public static synthetic fun createPerson$default (Lio/sentry/systemtest/util/RestTestClient;Lio/sentry/systemtest/Person;Ljava/util/Map;ILjava/lang/Object;)Lio/sentry/systemtest/Person;
528535
public final fun createPersonDistributedTracing (Lio/sentry/systemtest/Person;Ljava/util/Map;)Lio/sentry/systemtest/Person;
529536
public static synthetic fun createPersonDistributedTracing$default (Lio/sentry/systemtest/util/RestTestClient;Lio/sentry/systemtest/Person;Ljava/util/Map;ILjava/lang/Object;)Lio/sentry/systemtest/Person;
530-
public final fun getLastKnownStatusCode ()Ljava/lang/Integer;
531537
public final fun getPerson (J)Lio/sentry/systemtest/Person;
532538
public final fun getPersonDistributedTracing (JLjava/util/Map;)Lio/sentry/systemtest/Person;
533539
public static synthetic fun getPersonDistributedTracing$default (Lio/sentry/systemtest/util/RestTestClient;JLjava/util/Map;ILjava/lang/Object;)Lio/sentry/systemtest/Person;
534540
public final fun getTodo (J)Lio/sentry/systemtest/Todo;
535541
public final fun getTodoRestClient (J)Lio/sentry/systemtest/Todo;
536542
public final fun getTodoWebclient (J)Lio/sentry/systemtest/Todo;
537-
public final fun setLastKnownStatusCode (Ljava/lang/Integer;)V
538543
}
539544

540545
public final class io/sentry/systemtest/util/SentryMockServerClient : io/sentry/systemtest/util/LoggingInsecureRestClient {

0 commit comments

Comments
 (0)