com.deliveredtechnologies.terraform.helpers.Http Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tf-test-groovy Show documentation
Show all versions of tf-test-groovy Show documentation
Terraform Build Tools: The parent POM project for Java and Terraform Tools
package com.deliveredtechnologies.terraform.helpers;
import java.lang.*;
import java.util.*;
import java.io.*;
import java.net.*;
import groovy.lang.*;
import groovy.util.*;
public class Http
extends java.lang.Object implements
groovy.lang.GroovyObject {
;
public Http
() {}
public static java.util.Map httpGetWithCustomValidation(java.lang.String url, java.util.function.Consumer statusCode, java.util.function.Consumer response) { return (java.util.Map)null;}
public static java.util.Map httpGetRetryWithCustomValidation(java.lang.String url, java.time.Duration delay, int maxRetries, java.util.function.Consumer statusCode, java.util.function.Consumer response) { return (java.util.Map)null;}
@groovy.transform.Generated() @groovy.transform.Internal() public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
@groovy.transform.Generated() @groovy.transform.Internal() public void setMetaClass(groovy.lang.MetaClass mc) { }
public static java.util.Map httpGetWithCustomValidation(java.lang.String url, java.util.function.Consumer statusCode, java.util.function.Consumer response, java.net.Proxy proxy) { return (java.util.Map)null;}
public static java.util.Map httpGetRetryWithCustomValidation(java.lang.String url, java.time.Duration delay, int maxRetries, java.util.function.Consumer statusCode, java.util.function.Consumer response, java.net.Proxy proxy) { return (java.util.Map)null;}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy