Class AzureContainerUtils

java.lang.Object
com.microsoft.jenkins.containeragents.util.AzureContainerUtils

public final class AzureContainerUtils extends Object
  • Method Details

    • generateName

      public static String generateName(String name, int randomLength)
    • 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)