sentry-android-gradle-plugin
4.3.1
jvm
sentry-android-gradle-plugin
/
io.sentry.android.gradle.telemetry
/
SentryCliInfoValueSource
Sentry
Cli
Info
Value
Source
abstract
class
SentryCliInfoValueSource
:
ValueSource
<
String
,
SentryCliInfoValueSource.InfoParams
>
Members
Constructors
Sentry
Cli
Info
Value
Source
Link copied to clipboard
constructor
(
)
Types
Info
Params
Link copied to clipboard
interface
InfoParams
:
ValueSourceParameters
Functions
get
Parameters
Link copied to clipboard
@
Inject
abstract
fun
getParameters
(
)
:
SentryCliInfoValueSource.InfoParams
obtain
Link copied to clipboard
open
override
fun
obtain
(
)
:
String
Properties
exec
Operations
Link copied to clipboard
@get:
Inject
abstract
val
execOperations
:
ExecOperations