public class FlowControlRoutes<I extends Identity> extends ApiContextHelper<I>
ApiContextHelper.ApiHandler<I extends Identity>, ApiContextHelper.Authenticator<I extends Identity>, ApiContextHelper.LocalHeaderReader, ApiContextHelper.MissingInputException, ApiContextHelper.ResourceAccesskContinualProductTag, kContinualSystemsGroup, kDefault_AuthLineHeader, kDefault_DateLineHeader, kDefault_MagicLineHeader, kSetting_AuthLineHeader, kSetting_ContinualProductTag, kSetting_DateLineHeader, kSetting_MagicLineHeader| Constructor and Description |
|---|
FlowControlRoutes(IamServiceManager<I,?> accts,
FlowControlService fcs) |
| Modifier and Type | Method and Description |
|---|---|
void |
createDeployment(io.continual.http.service.framework.context.CHttpRequestContext context) |
void |
createJob(io.continual.http.service.framework.context.CHttpRequestContext context) |
void |
deleteJob(io.continual.http.service.framework.context.CHttpRequestContext context,
String id) |
void |
deleteSecret(io.continual.http.service.framework.context.CHttpRequestContext context,
String name,
String secretId) |
void |
getDeployment(io.continual.http.service.framework.context.CHttpRequestContext context,
String deployId) |
void |
getDeployments(io.continual.http.service.framework.context.CHttpRequestContext context) |
void |
getJob(io.continual.http.service.framework.context.CHttpRequestContext context,
String id) |
void |
getJobs(io.continual.http.service.framework.context.CHttpRequestContext context) |
void |
getLogs(io.continual.http.service.framework.context.CHttpRequestContext context,
String deployId,
String instanceId) |
void |
patchJob(io.continual.http.service.framework.context.CHttpRequestContext context,
String name) |
void |
putSecret(io.continual.http.service.framework.context.CHttpRequestContext context,
String name,
String secretId) |
void |
undeploy(io.continual.http.service.framework.context.CHttpRequestContext context,
String deployId) |
canUser, getAccountsSvc, getInternalAccts, getUser, getUser, handleWithApiAuth, handleWithApiAuth, handleWithApiAuthAndAccess, handleWithApiAuthAndAccess, makeResource, readBody, readJsonBody, readJsonObject, readJsonString, sendJson, sendJson, sendNotAuth, sendStatusCodeAndMessage, sendStatusOk, sendStatusOk, sendStatusOkNoContent, setupCorsHeaderspublic FlowControlRoutes(IamServiceManager<I,?> accts, FlowControlService fcs)
public void getJobs(io.continual.http.service.framework.context.CHttpRequestContext context)
throws IamSvcException
IamSvcExceptionpublic void getJob(io.continual.http.service.framework.context.CHttpRequestContext context,
String id)
throws IamSvcException
IamSvcExceptionpublic void createJob(io.continual.http.service.framework.context.CHttpRequestContext context)
throws IamSvcException
IamSvcExceptionpublic void patchJob(io.continual.http.service.framework.context.CHttpRequestContext context,
String name)
throws IamSvcException
IamSvcExceptionpublic void putSecret(io.continual.http.service.framework.context.CHttpRequestContext context,
String name,
String secretId)
throws IamSvcException
IamSvcExceptionpublic void deleteSecret(io.continual.http.service.framework.context.CHttpRequestContext context,
String name,
String secretId)
throws IamSvcException
IamSvcExceptionpublic void deleteJob(io.continual.http.service.framework.context.CHttpRequestContext context,
String id)
throws IamSvcException
IamSvcExceptionpublic void createDeployment(io.continual.http.service.framework.context.CHttpRequestContext context)
throws IamSvcException
IamSvcExceptionpublic void getDeployments(io.continual.http.service.framework.context.CHttpRequestContext context)
throws IamSvcException
IamSvcExceptionpublic void getDeployment(io.continual.http.service.framework.context.CHttpRequestContext context,
String deployId)
throws IamSvcException
IamSvcExceptionpublic void getLogs(io.continual.http.service.framework.context.CHttpRequestContext context,
String deployId,
String instanceId)
throws IamSvcException
IamSvcExceptionpublic void undeploy(io.continual.http.service.framework.context.CHttpRequestContext context,
String deployId)
throws IamSvcException
IamSvcExceptionCopyright © 2022 continual.io. All rights reserved.