Class AzureContainerUtils
java.lang.Object
com.microsoft.jenkins.containeragents.util.AzureContainerUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
generateName
(String name, int randomLength) static com.azure.resourcemanager.AzureResourceManager
getAzureClient
(String credentialsId) static boolean
isHalfTimePassed
(long startupTimeout, long elaspedTime) static boolean
isTimeout
(long startupTimeout, long elapsedTime) static ListBoxModel
listResourceGroupItems
(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
-