Uses of Class
com.microsoft.azure.toolkit.lib.common.task.AzureTaskContext
-
Packages that use AzureTaskContext Package Description com.microsoft.azure.toolkit.lib.common.task -
-
Uses of AzureTaskContext in com.microsoft.azure.toolkit.lib.common.task
Fields in com.microsoft.azure.toolkit.lib.common.task declared as AzureTaskContext Modifier and Type Field Description protected AzureTaskContextAzureTaskContext. parentFields in com.microsoft.azure.toolkit.lib.common.task with type parameters of type AzureTaskContext Modifier and Type Field Description private static ThreadLocal<AzureTaskContext>AzureTaskContext. contextMethods in com.microsoft.azure.toolkit.lib.common.task that return AzureTaskContext Modifier and Type Method Description static AzureTaskContextAzureTaskContext. current()(package private) AzureTaskContextAzureTaskContext. derive()Methods in com.microsoft.azure.toolkit.lib.common.task with parameters of type AzureTaskContext Modifier and Type Method Description static voidAzureTaskContext. run(Runnable runnable, AzureTaskContext context)Constructors in com.microsoft.azure.toolkit.lib.common.task with parameters of type AzureTaskContext Constructor Description AzureTaskContext(AzureTaskContext parent)
-