Index

C G I N R S W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

close() - Method in class com.redhat.parodos.sdkutils.RetryExecutorService
 
com.redhat.parodos.sdkutils - package com.redhat.parodos.sdkutils
 

G

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

I

InProgressStatusException(String) - Constructor for exception com.redhat.parodos.sdkutils.WorkFlowServiceUtils.InProgressStatusException
 

N

NotificationServiceUtils - Class in com.redhat.parodos.sdkutils
A utility class to ease the writing of new examples.

R

RETRY_DELAY - Static variable in class com.redhat.parodos.sdkutils.RetryExecutorService
 
RetryExecutorService<T> - Class in com.redhat.parodos.sdkutils
 
RetryExecutorService() - Constructor for class com.redhat.parodos.sdkutils.RetryExecutorService
 

S

submitWithRetry(Callable<T>) - Method in class com.redhat.parodos.sdkutils.RetryExecutorService
Submit a task to the executor service, retrying on failure until the task succeeds
submitWithRetry(Callable<T>, long) - Method in class com.redhat.parodos.sdkutils.RetryExecutorService
 
submitWithRetry(Callable<T>, Runnable, Runnable, long, long) - Method in class com.redhat.parodos.sdkutils.RetryExecutorService
Submit a task to the executor service, retrying on failure until the task

W

waitNotificationStart(ApiClient) - Static method in class com.redhat.parodos.sdkutils.NotificationServiceUtils
Invokes @see com.redhat.parodos.notification.sdk.api.NotificationRecordApi#getNotifications(Pageable, String, String) and retries for 120 seconds.
waitProjectStart(ProjectApi) - Static method in class com.redhat.parodos.sdkutils.WorkFlowServiceUtils
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.WorkFlowServiceUtils
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.WorkFlowServiceUtils
Invokes @see com.redhat.parodos.sdk.api.WorkflowApi#getStatusAsync(String, ApiCallback) and retries for 60 seconds.
WorkFlowServiceUtils - Class in com.redhat.parodos.sdkutils
A utility class to ease the writing of new examples.
WorkFlowServiceUtils.InProgressStatusException - Exception in com.redhat.parodos.sdkutils
 
WorkFlowServiceUtils.WrongStatusException - Exception in com.redhat.parodos.sdkutils
 
WrongStatusException(String) - Constructor for exception com.redhat.parodos.sdkutils.WorkFlowServiceUtils.WrongStatusException
 
C G I N R S W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form