Index

C E G S W 
All Classes and Interfaces|All Packages

C

check(T, int) - Method in interface com.redhat.parodos.sdkutils.SdkUtils.FuncExecutor
Define when considering an ApiCallback result as successful.
com.redhat.parodos.sdkutils - package com.redhat.parodos.sdkutils
 

E

execute(ApiCallback<T>) - Method in interface com.redhat.parodos.sdkutils.SdkUtils.FuncExecutor
Defines the @see com.redhat.parodos.sdk.invoker.ApiCallback to execute

G

getParodosAPiClient() - Static method in class com.redhat.parodos.sdkutils.SdkUtils
Creates and configures the APIClient using the configuration properties available in `sdk-config.yml`
getProjectAsync(ApiClient, String, String) - Static method in class com.redhat.parodos.sdkutils.SdkUtils
Checks if a project with {projectName} and {projectDescription} exists.
getProjectByNameAndDescription(List<ProjectResponseDTO>, String, String) - Static method in class com.redhat.parodos.sdkutils.SdkUtils
Finds a project with @see #projectName and @see #projectDescription
getServerIp() - Static method in class com.redhat.parodos.sdkutils.SdkUtils
 

S

SdkUtils - Class in com.redhat.parodos.sdkutils
A utility class to ease the writing of new examples.
SdkUtils.FuncExecutor<T> - Interface in com.redhat.parodos.sdkutils
 

W

waitAsyncResponse(SdkUtils.FuncExecutor<T>) - Static method in class com.redhat.parodos.sdkutils.SdkUtils
Executes a @see FuncExecutor.
waitProjectStart(ProjectApi) - Static method in class com.redhat.parodos.sdkutils.SdkUtils
Invokes @see com.redhat.parodos.sdk.api.ProjectAPI#getProjectsAsync(ApiCallback<List>) and retries for 60 seconds.
waitWorkflowStatusAsync(WorkflowApi, UUID) - Static method in class com.redhat.parodos.sdkutils.SdkUtils
Invokes @see com.redhat.parodos.sdk.api.WorkflowApi#getStatusAsync(String, ApiCallback) and retries for 60 seconds.
waitWorkflowStatusAsync(WorkflowApi, UUID, WorkFlowStatusResponseDTO.StatusEnum) - Static method in class com.redhat.parodos.sdkutils.SdkUtils
Invokes @see com.redhat.parodos.sdk.api.WorkflowApi#getStatusAsync(String, ApiCallback) and retries for 60 seconds.
C E G S W 
All Classes and Interfaces|All Packages