MCPcopy
hub / github.com/kestra-io/kestra / build

Method build

core/src/main/java/io/kestra/core/runners/RunVariables.java:158–158  ·  view source on GitHub ↗

Builds the immutable map of run variables. @param logger The RunContextLogger logger @return The immutable map of variables.

(RunContextLogger logger, PropertyContext propertyContext)

Source from the content-addressed store, hash-verified

156 * @return The immutable map of variables.
157 */
158 Map<String, Object> build(RunContextLogger logger, PropertyContext propertyContext);
159 }
160
161 public record KestraConfiguration(String environment, String url) {

Callers 15

allMethod · 0.65
createScheduleFlowMethod · 0.65
scheduleMethod · 0.65
retroScheduleMethod · 0.65
recoverALLMissingMethod · 0.65
recoverLASTMissingMethod · 0.65
recoverNONEMissingMethod · 0.65
backfillMethod · 0.65
disabledMethod · 0.65
stopAfterScheduleMethod · 0.65

Calls

no outgoing calls

Tested by 15

allMethod · 0.52
createScheduleFlowMethod · 0.52
scheduleMethod · 0.52
retroScheduleMethod · 0.52
recoverALLMissingMethod · 0.52
recoverLASTMissingMethod · 0.52
recoverNONEMissingMethod · 0.52
backfillMethod · 0.52
disabledMethod · 0.52
stopAfterScheduleMethod · 0.52