Class EnvironmentLazyReferencesFactory
java.lang.Object
com.atlassian.bamboo.deployments.environments.persistence.EnvironmentLazyReferencesFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Supplier<ImmutableRequirementSet>
getRequirementSetSupplier
(long requirementSetId) static @NotNull Supplier<List<TaskDefinition>>
getTaskDefinitionsSupplier
(@Nullable String tasksXmlData) static @NotNull Supplier<List<TriggerDefinition>>
getTriggerDefinitionsSupplier
(@Nullable String triggersXmlData)
-
Method Details
-
getTaskDefinitionsSupplier
@NotNull public static @NotNull Supplier<List<TaskDefinition>> getTaskDefinitionsSupplier(@Nullable @Nullable String tasksXmlData) -
getTriggerDefinitionsSupplier
@NotNull public static @NotNull Supplier<List<TriggerDefinition>> getTriggerDefinitionsSupplier(@Nullable @Nullable String triggersXmlData) -
getRequirementSetSupplier
@NotNull public static @NotNull Supplier<ImmutableRequirementSet> getRequirementSetSupplier(long requirementSetId)
-