Class AzureContainerUtils
java.lang.Object
com.microsoft.jenkins.containeragents.util.AzureContainerUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgenerateName(String name, int randomLength) static com.azure.resourcemanager.AzureResourceManagergetAzureClient(String credentialsId) static booleanisHalfTimePassed(long startupTimeout, long elaspedTime) static booleanisTimeout(long startupTimeout, long elapsedTime) static ListBoxModellistResourceGroupItems(String credentialsId)
-
Method Details
-
generateName
-
isTimeout
public static boolean isTimeout(long startupTimeout, long elapsedTime) -
isHalfTimePassed
public static boolean isHalfTimePassed(long startupTimeout, long elaspedTime) -
listResourceGroupItems
- Throws:
IOException
-
getAzureClient
-