Package-level declarations
Types
Link copied to clipboard
data class GetExecutionsPlainArgs(val enableDetails: Boolean? = null, val flowName: String, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetExecutionsPlainArgs>
A collection of arguments for invoking getExecutions.
Link copied to clipboard
Builder for GetExecutionsPlainArgs.
Link copied to clipboard
data class GetFlowsPlainArgs(val ids: List<String>? = null, val limit: Int? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetFlowsPlainArgs>
A collection of arguments for invoking getFlows.
Link copied to clipboard
class GetFlowsPlainArgsBuilder
Builder for GetFlowsPlainArgs.
Link copied to clipboard
data class GetSchedulesPlainArgs(val flowName: String, val ids: List<String>? = null, val limit: Int? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetSchedulesPlainArgs>
A collection of arguments for invoking getSchedules.
Link copied to clipboard
Builder for GetSchedulesPlainArgs.
Link copied to clipboard
A collection of arguments for invoking getService.
Link copied to clipboard
Builder for GetServicePlainArgs.