Class AzureContainerUtils
- java.lang.Object
-
- com.microsoft.jenkins.containeragents.util.AzureContainerUtils
-
public final class AzureContainerUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
isTimeout
public static boolean isTimeout(long startupTimeout, long elapsedTime)
-
isHalfTimePassed
public static boolean isHalfTimePassed(long startupTimeout, long elaspedTime)
-
listResourceGroupItems
public static ListBoxModel listResourceGroupItems(String credentialsId) throws IOException
- Throws:
IOException
-
getAzureClient
public static com.azure.resourcemanager.AzureResourceManager getAzureClient(String credentialsId)
-
-