Package org.qubership.atp.mia.utils
Class HttpUtils
java.lang.Object
org.qubership.atp.mia.utils.HttpUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.http.impl.client.HttpClientBuilderTODO Make javadoc documentation for this method.static StringgetMiaEntityUrl(String url, UUID projectId, UUID entityId) GetMiaEntityUrl with projectId and EntityId.
-
Constructor Details
-
HttpUtils
public HttpUtils()
-
-
Method Details
-
createTrustAllHttpClientBuilder
public static org.apache.http.impl.client.HttpClientBuilder createTrustAllHttpClientBuilder()TODO Make javadoc documentation for this method. -
getMiaEntityUrl
GetMiaEntityUrl with projectId and EntityId.- Parameters:
url- mia urlprojectId- project IDentityId- entity ID- Returns:
- MiaEntityUrl.
-