Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACCESS_REQUEST_APPROVAL_USERNAMES - Static variable in class com.redhat.parodos.tasks.project.consts.ProjectAccessRequestConstant
- ACCESS_REQUEST_ESCALATION_USERNAME - Static variable in class com.redhat.parodos.tasks.project.consts.ProjectAccessRequestConstant
- ACCESS_REQUEST_ID - Static variable in class com.redhat.parodos.tasks.project.consts.ProjectAccessRequestConstant
- APPLICATION_HOSTNAMES - Static variable in class com.redhat.parodos.tasks.deploy.DeployConstants
- AzureCreateVirtualMachineTask - Class in com.redhat.parodos.tasks.azure
- AzureCreateVirtualMachineTask() - Constructor for class com.redhat.parodos.tasks.azure.AzureCreateVirtualMachineTask
B
- buildHttpHeaders(WorkContext) - Method in class com.redhat.parodos.tasks.rest.RestWorkFlowTask
- buildRequestEntity(WorkContext) - Method in class com.redhat.parodos.tasks.rest.RestWorkFlowTask
C
- checkWorkFlowStatus(WorkContext) - Method in class com.redhat.parodos.tasks.project.checker.ProjectAccessRequestApprovalWorkFlowCheckerTask
- com.redhat.parodos.email - package com.redhat.parodos.email
- com.redhat.parodos.tasks.azure - package com.redhat.parodos.tasks.azure
- com.redhat.parodos.tasks.deploy - package com.redhat.parodos.tasks.deploy
- com.redhat.parodos.tasks.git - package com.redhat.parodos.tasks.git
- com.redhat.parodos.tasks.jdbc - package com.redhat.parodos.tasks.jdbc
- com.redhat.parodos.tasks.jira - package com.redhat.parodos.tasks.jira
- com.redhat.parodos.tasks.kubeapi - package com.redhat.parodos.tasks.kubeapi
- com.redhat.parodos.tasks.migrationtoolkit - package com.redhat.parodos.tasks.migrationtoolkit
- com.redhat.parodos.tasks.notification - package com.redhat.parodos.tasks.notification
- com.redhat.parodos.tasks.project - package com.redhat.parodos.tasks.project
- com.redhat.parodos.tasks.project.checker - package com.redhat.parodos.tasks.project.checker
- com.redhat.parodos.tasks.project.consts - package com.redhat.parodos.tasks.project.consts
- com.redhat.parodos.tasks.project.dto - package com.redhat.parodos.tasks.project.dto
- com.redhat.parodos.tasks.project.escalation - package com.redhat.parodos.tasks.project.escalation
- com.redhat.parodos.tasks.rest - package com.redhat.parodos.tasks.rest
- com.redhat.parodos.utils - package com.redhat.parodos.utils
- CREATE - Enum constant in enum class com.redhat.parodos.tasks.kubeapi.KubeapiWorkFlowTask.OperationType
- CreateApplicationTask - Class in com.redhat.parodos.tasks.migrationtoolkit
-
CreateApplicationTaskCreates an application under the application inventory with the details of the source repository to scan. - CreateApplicationTask() - Constructor for class com.redhat.parodos.tasks.migrationtoolkit.CreateApplicationTask
- CreateApplicationTask(URI, String) - Constructor for class com.redhat.parodos.tasks.migrationtoolkit.CreateApplicationTask
D
- data() - Method in record class com.redhat.parodos.email.Message
-
Returns the value of the
datarecord component. - DEFAULT_EXECUTION_TIMEOUT_IN_SECONDS - Static variable in class com.redhat.parodos.tasks.jira.JiraTask
- DeployApplicationTask - Class in com.redhat.parodos.tasks.deploy
- DeployApplicationTask() - Constructor for class com.redhat.parodos.tasks.deploy.DeployApplicationTask
- DeployApplicationTask(DeployApplicationTask.OpenShiftClientCreator) - Constructor for class com.redhat.parodos.tasks.deploy.DeployApplicationTask
- DeployConstants - Class in com.redhat.parodos.tasks.deploy
- DeployConstants() - Constructor for class com.redhat.parodos.tasks.deploy.DeployConstants
E
- equals(Object) - Method in record class com.redhat.parodos.email.Message
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.redhat.parodos.tasks.project.dto.MessageRequest
-
Indicates whether some other object is "equal to" this one.
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.azure.AzureCreateVirtualMachineTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.deploy.DeployApplicationTask
-
Executes the task logic, based on the following steps: Verify parameters are present Load the manifests Deploy the manifests Update the context with the installed application routes
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.git.GitArchiveTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.git.GitBranchTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.git.GitCloneTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.git.GitCommitTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.git.GitPushTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.jdbc.JdbcWorkFlowTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.jira.JiraTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.kubeapi.KubeapiWorkFlowTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.migrationtoolkit.CreateApplicationTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.migrationtoolkit.GetAnalysisTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.migrationtoolkit.GetApplicationTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.migrationtoolkit.SubmitAnalysisTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.notification.NotificationWorkFlowTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.project.escalation.ProjectAccessRequestEscalationWorkFlowTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.project.ProjectAccessRequestApprovalWorkFlowTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.project.ProjectAccessRequestWorkFlowTask
- execute(WorkContext) - Method in class com.redhat.parodos.tasks.rest.RestWorkFlowTask
- executeGet(String) - Static method in class com.redhat.parodos.utils.RestUtils
-
Execute the GET HTTP method to the given URL
- executePost(String, String) - Static method in class com.redhat.parodos.utils.RestUtils
-
Create a new resource by POSTing the given payload to the URL, and returns the response as ResponseEntity.
- executePost(String, HttpEntity<?>) - Static method in class com.redhat.parodos.utils.RestUtils
-
Create a new resource by POSTing the given requestEntity to the URL, and returns the response as String.
- executePost(String, T, String, String, Class<E>) - Static method in class com.redhat.parodos.utils.RestUtils
F
- from() - Method in record class com.redhat.parodos.email.Message
-
Returns the value of the
fromrecord component.
G
- GET - Enum constant in enum class com.redhat.parodos.tasks.kubeapi.KubeapiWorkFlowTask.OperationType
- GetAnalysisTask - Class in com.redhat.parodos.tasks.migrationtoolkit
-
GetAnalysisTaskgets analysis task from the MTA. - GetAnalysisTask(URI, String, Notifier) - Constructor for class com.redhat.parodos.tasks.migrationtoolkit.GetAnalysisTask
- GetApplicationTask - Class in com.redhat.parodos.tasks.migrationtoolkit
-
GetApplicationTaskgets the application from the application inventory. - GetApplicationTask() - Constructor for class com.redhat.parodos.tasks.migrationtoolkit.GetApplicationTask
- GetApplicationTask(URI, String) - Constructor for class com.redhat.parodos.tasks.migrationtoolkit.GetApplicationTask
- getAsJsonSchema() - Method in class com.redhat.parodos.tasks.notification.NotificationWorkFlowTask
- getBase64Creds(String, String) - Static method in class com.redhat.parodos.utils.RestUtils
-
Generates a Base64 encoding of username:password string
- getRepo(String) - Static method in class com.redhat.parodos.tasks.git.GitUtils
- getRepoPath(WorkContext) - Method in class com.redhat.parodos.tasks.git.GitArchiveTask
- getRepoPath(WorkContext) - Method in class com.redhat.parodos.tasks.git.GitBranchTask
- getRepoPath(WorkContext) - Method in class com.redhat.parodos.tasks.git.GitCommitTask
- getRepoPath(WorkContext) - Method in class com.redhat.parodos.tasks.git.GitPushTask
- getRepoPath(WorkContext) - Static method in class com.redhat.parodos.tasks.git.GitUtils
- getRequestWithHeaders(String, String) - Static method in class com.redhat.parodos.utils.RestUtils
-
Creates a new HttpHeader and set the Authorization object according to @see getBase64Creds
- getRequestWithHeaders(T, String, String) - Static method in class com.redhat.parodos.utils.RestUtils
-
Creates a new HttpHeader with request and set the Authorization object according to @see getBase64Creds
- getTransport(Path) - Static method in class com.redhat.parodos.tasks.git.GitUtils
- getWorkFlowTaskOutputs() - Method in class com.redhat.parodos.tasks.azure.AzureCreateVirtualMachineTask
- getWorkFlowTaskOutputs() - Method in class com.redhat.parodos.tasks.jdbc.JdbcWorkFlowTask
- getWorkFlowTaskOutputs() - Method in class com.redhat.parodos.tasks.kubeapi.KubeapiWorkFlowTask
- getWorkFlowTaskOutputs() - Method in class com.redhat.parodos.tasks.notification.NotificationWorkFlowTask
- getWorkFlowTaskOutputs() - Method in class com.redhat.parodos.tasks.rest.RestWorkFlowTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.tasks.azure.AzureCreateVirtualMachineTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.tasks.deploy.DeployApplicationTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.tasks.git.GitArchiveTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.tasks.git.GitBranchTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.tasks.git.GitCloneTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.tasks.git.GitCommitTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.tasks.git.GitPushTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.tasks.jdbc.JdbcWorkFlowTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.tasks.jira.JiraTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.tasks.kubeapi.KubeapiWorkFlowTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.tasks.migrationtoolkit.GetAnalysisTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.tasks.notification.NotificationWorkFlowTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.tasks.project.ProjectAccessRequestWorkFlowTask
- getWorkFlowTaskParameters() - Method in class com.redhat.parodos.tasks.rest.RestWorkFlowTask
- GitArchiveTask - Class in com.redhat.parodos.tasks.git
- GitArchiveTask() - Constructor for class com.redhat.parodos.tasks.git.GitArchiveTask
- GitBranchTask - Class in com.redhat.parodos.tasks.git
- GitBranchTask() - Constructor for class com.redhat.parodos.tasks.git.GitBranchTask
- GitCloneTask - Class in com.redhat.parodos.tasks.git
- GitCloneTask() - Constructor for class com.redhat.parodos.tasks.git.GitCloneTask
- GitCommitTask - Class in com.redhat.parodos.tasks.git
- GitCommitTask() - Constructor for class com.redhat.parodos.tasks.git.GitCommitTask
- GitConstants - Class in com.redhat.parodos.tasks.git
- GitConstants() - Constructor for class com.redhat.parodos.tasks.git.GitConstants
- GitPushTask - Class in com.redhat.parodos.tasks.git
- GitPushTask() - Constructor for class com.redhat.parodos.tasks.git.GitPushTask
- GitUtils - Class in com.redhat.parodos.tasks.git
H
- hashCode() - Method in record class com.redhat.parodos.email.Message
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.redhat.parodos.tasks.project.dto.MessageRequest
-
Returns a hash code value for this object.
J
- JdbcWorkFlowTask - Class in com.redhat.parodos.tasks.jdbc
- JdbcWorkFlowTask() - Constructor for class com.redhat.parodos.tasks.jdbc.JdbcWorkFlowTask
- jiraClient - Variable in class com.redhat.parodos.tasks.jira.JiraTask
- JiraIssue - Class in com.redhat.parodos.tasks.jira
-
JiraIssue is a DTO representing a subset of an issue, and used as an input and output to/from a
JiraTask - JiraIssue(String, String, String, String, String, List<String>) - Constructor for class com.redhat.parodos.tasks.jira.JiraIssue
- JiraTask - Class in com.redhat.parodos.tasks.jira
-
JiraTask can create/retrieve/update/delete a jira task depending on the fields passed in the context of the execution.
- JiraTask() - Constructor for class com.redhat.parodos.tasks.jira.JiraTask
K
- KubeapiWorkFlowTask - Class in com.redhat.parodos.tasks.kubeapi
-
KubeapiWorkFlowTask A task for get/create/update Kubernetes resource User provides kubeconfig and then each execution performs the action See 'getWorkFlowTaskParameters' for detailed parameters list
- KubeapiWorkFlowTask() - Constructor for class com.redhat.parodos.tasks.kubeapi.KubeapiWorkFlowTask
- KubeapiWorkFlowTask.OperationType - Enum Class in com.redhat.parodos.tasks.kubeapi
- KUBECONFIG - Static variable in class com.redhat.parodos.tasks.deploy.DeployConstants
M
- ManifestDeployException - Exception in com.redhat.parodos.tasks.deploy
- ManifestDeployException(String, Throwable) - Constructor for exception com.redhat.parodos.tasks.deploy.ManifestDeployException
- MANIFESTS_PATH - Static variable in class com.redhat.parodos.tasks.deploy.DeployConstants
- message() - Method in record class com.redhat.parodos.tasks.project.dto.MessageRequest
-
Returns the value of the
messagerecord component. - Message - Record Class in com.redhat.parodos.email
- Message(String, String, String, String) - Constructor for record class com.redhat.parodos.email.Message
-
Creates an instance of a
Messagerecord class. - MessageRequest - Record Class in com.redhat.parodos.tasks.project.dto
- MessageRequest(String, String, String[], String) - Constructor for record class com.redhat.parodos.tasks.project.dto.MessageRequest
-
Creates an instance of a
MessageRequestrecord class. - mtaClient - Variable in class com.redhat.parodos.tasks.migrationtoolkit.CreateApplicationTask
- mtaClient - Variable in class com.redhat.parodos.tasks.migrationtoolkit.GetAnalysisTask
- mtaClient - Variable in class com.redhat.parodos.tasks.migrationtoolkit.GetApplicationTask
- mtaClient - Variable in class com.redhat.parodos.tasks.migrationtoolkit.SubmitAnalysisTask
N
- NAMESPACE - Static variable in class com.redhat.parodos.tasks.deploy.DeployConstants
- NOTIFICATION_SUBJECT_ACCESS_REQUEST_APPROVAL - Static variable in class com.redhat.parodos.tasks.project.consts.ProjectAccessRequestConstant
- NOTIFICATION_SUBJECT_ACCESS_REQUEST_ESCALATION - Static variable in class com.redhat.parodos.tasks.project.consts.ProjectAccessRequestConstant
- NotificationRequest - Class in com.redhat.parodos.tasks.project.dto
- NotificationRequest() - Constructor for class com.redhat.parodos.tasks.project.dto.NotificationRequest
- NotificationWorkFlowTask - Class in com.redhat.parodos.tasks.notification
- NotificationWorkFlowTask(Notifier) - Constructor for class com.redhat.parodos.tasks.notification.NotificationWorkFlowTask
P
- PARAMETER_ROLE - Static variable in class com.redhat.parodos.tasks.project.consts.ProjectAccessRequestConstant
- PARAMETER_ROLE_DEFAULT - Static variable in class com.redhat.parodos.tasks.project.consts.ProjectAccessRequestConstant
- PARAMETER_USERNAME - Static variable in class com.redhat.parodos.tasks.project.consts.ProjectAccessRequestConstant
- processResponseEntity(WorkContext, ResponseEntity<String>) - Method in class com.redhat.parodos.tasks.rest.RestWorkFlowTask
- ProjectAccessRequestApprovalWorkFlowCheckerTask - Class in com.redhat.parodos.tasks.project.checker
-
Project access request approval workflow checker task
- ProjectAccessRequestApprovalWorkFlowCheckerTask(WorkFlow, long, String, String, String, String) - Constructor for class com.redhat.parodos.tasks.project.checker.ProjectAccessRequestApprovalWorkFlowCheckerTask
- ProjectAccessRequestApprovalWorkFlowTask - Class in com.redhat.parodos.tasks.project
-
Project access request approval workflow task
- ProjectAccessRequestApprovalWorkFlowTask(String, String, String, String, String, String) - Constructor for class com.redhat.parodos.tasks.project.ProjectAccessRequestApprovalWorkFlowTask
- ProjectAccessRequestConstant - Class in com.redhat.parodos.tasks.project.consts
- ProjectAccessRequestConstant() - Constructor for class com.redhat.parodos.tasks.project.consts.ProjectAccessRequestConstant
- ProjectAccessRequestEscalationWorkFlowTask - Class in com.redhat.parodos.tasks.project.escalation
-
Project access request escalation workflow task
- ProjectAccessRequestEscalationWorkFlowTask(String, String, String, String, String, String) - Constructor for class com.redhat.parodos.tasks.project.escalation.ProjectAccessRequestEscalationWorkFlowTask
- ProjectAccessRequestWorkFlowTask - Class in com.redhat.parodos.tasks.project
- ProjectAccessRequestWorkFlowTask(String, String, String, String) - Constructor for class com.redhat.parodos.tasks.project.ProjectAccessRequestWorkFlowTask
R
- recipients() - Method in record class com.redhat.parodos.tasks.project.dto.MessageRequest
-
Returns the value of the
recipientsrecord component. - restExchange(String, String, String) - Static method in class com.redhat.parodos.utils.RestUtils
-
Execute the GET HTTP method to the given URL, writing the given request entity to the request, and returns the response as ResponseEntity.
- restExchange(String, String, String, Class<E>) - Static method in class com.redhat.parodos.utils.RestUtils
- RestUtils - Class in com.redhat.parodos.utils
-
RestUtils is a utility class.
- RestWorkFlowTask - Class in com.redhat.parodos.tasks.rest
- RestWorkFlowTask() - Constructor for class com.redhat.parodos.tasks.rest.RestWorkFlowTask
S
- subject() - Method in record class com.redhat.parodos.email.Message
-
Returns the value of the
subjectrecord component. - subject() - Method in record class com.redhat.parodos.tasks.project.dto.MessageRequest
-
Returns the value of the
subjectrecord component. - SubmitAnalysisTask - Class in com.redhat.parodos.tasks.migrationtoolkit
-
SubmitAnalysisTasksubmits a analysis task to MTA on a specific application. - SubmitAnalysisTask() - Constructor for class com.redhat.parodos.tasks.migrationtoolkit.SubmitAnalysisTask
- SubmitAnalysisTask(URI, String) - Constructor for class com.redhat.parodos.tasks.migrationtoolkit.SubmitAnalysisTask
T
- to() - Method in record class com.redhat.parodos.email.Message
-
Returns the value of the
torecord component. - toString() - Method in record class com.redhat.parodos.email.Message
-
Returns a string representation of this record class.
- toString() - Method in record class com.redhat.parodos.tasks.project.dto.MessageRequest
-
Returns a string representation of this record class.
U
- UPDATE - Enum constant in enum class com.redhat.parodos.tasks.kubeapi.KubeapiWorkFlowTask.OperationType
- username() - Method in record class com.redhat.parodos.tasks.project.dto.MessageRequest
-
Returns the value of the
usernamerecord component.
V
- valueOf(String) - Static method in enum class com.redhat.parodos.tasks.kubeapi.KubeapiWorkFlowTask.OperationType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.redhat.parodos.tasks.kubeapi.KubeapiWorkFlowTask.OperationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form