- call(SecretControlStore, Optional<String>) - Method in interface io.digdag.spi.SecretControlStore.SecretLockAction
-
- check() - Method in interface io.digdag.spi.SecretSelector
-
- checkBackfillSchedule(ScheduleTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to backfill the schedule.
- checkDeleteProject(ProjectTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to delete the project.
- checkDeleteProjectSecret(SecretTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to delete a project from the project.
- checkDisableSchedule(ScheduleTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to disable the schedule.
- checkEnableSchedule(ScheduleTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to enable the schedule.
- checkGetAttempt(WorkflowTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to get the attempt.
- checkGetAttemptsFromSession(WorkflowTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to get attempts from the session.
- checkGetLogFiles(WorkflowTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to get any log files from the attempt.
- checkGetProject(ProjectTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to get the project.
- checkGetProjectArchive(ProjectTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to download archive of the project.
- checkGetProjectSecretList(ProjectTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to get any secrets from the project.
- checkGetSchedule(WorkflowTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to get the schedule.
- checkGetScheduleFromWorkflow(WorkflowTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to get schedules from the workflow.
- checkGetSession(WorkflowTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to get the session.
- checkGetTasksFromAttempt(WorkflowTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to get tasks from the attempt.
- checkGetWorkflow(WorkflowTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to get the workflow.
- checkKillAttempt(AttemptTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to kill the attempt.
- checkListProjectsOfSite(SiteTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to list projects within the site.
- checkListSchedulesOfProject(ProjectTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to list schedules within the project.
- checkListSchedulesOfSite(SiteTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to list schedules within the site.
- checkListSessionsOfProject(ProjectTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to list sessions.
- checkListSessionsOfSite(SiteTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to list sessions within the site.
- checkListSessionsOfWorkflow(WorkflowTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to list sessions within the workflow.
- checkListWorkflowsOfProject(ProjectTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to list workflows within the project.
- checkListWorkflowsOfSite(SiteTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to list workflows within the site.
- checkNull() - Method in interface io.digdag.spi.Authenticator.Result
-
- checkPutLogFile(WorkflowTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to put log files to the attempt.
- checkPutProject(ProjectTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to put a project.
- checkPutProjectSecret(SecretTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to put a secret to the project.
- checkRunWorkflow(WorkflowTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to run the workflow.
- checkSkipSchedule(ScheduleTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Check if the user has permissions to skip the schedule.
- cleanup(CommandContext, Config) - Method in interface io.digdag.spi.CommandExecutor
-
Runs a cleanup script when an attempt gets CANCEL_REQUESTED.
- cleanup(TaskRequest) - Method in interface io.digdag.spi.Operator
-
- CommandContext - Interface in io.digdag.spi
-
- CommandExecutor - Interface in io.digdag.spi
-
- CommandExecutorFactory - Interface in io.digdag.spi
-
- CommandLogger - Interface in io.digdag.spi
-
- CommandRequest - Interface in io.digdag.spi
-
- CommandStatus - Interface in io.digdag.spi
-
- commit() - Method in interface io.digdag.spi.ParamServerClient
-
- configureBinder(Class<T>, Binder) - Method in interface io.digdag.spi.Plugin
-
- configureClient(DigdagClient.Builder) - Method in interface io.digdag.spi.DigdagClientConfigurator
-
Decorate and/or transform a DigdagClient.Builder with some configuration.
- context(SecretAccessContext) - Method in interface io.digdag.spi.SecretRequest.Builder
-
- context() - Method in interface io.digdag.spi.SecretRequest
-
- copy(InputStream, OutputStream) - Method in interface io.digdag.spi.CommandLogger
-
- copyStdout(Process, OutputStream) - Method in interface io.digdag.spi.CommandLogger
-
- gauge(DigdagMetrics.Category, String, Tags, double) - Method in class io.digdag.metrics.StdDigdagMetrics
-
- gauge(DigdagMetrics.Category, String, Tags, double) - Method in interface io.digdag.spi.metrics.DigdagMetrics
-
- gauge(String, double) - Method in interface io.digdag.spi.metrics.DigdagMetrics
-
- gauge(String, Tags, double) - Method in interface io.digdag.spi.metrics.DigdagMetrics
-
- get() - Method in interface io.digdag.spi.OperatorProvider
-
- get(String, int) - Method in interface io.digdag.spi.ParamServerClient
-
- get() - Method in interface io.digdag.spi.ParamServerClientConnection
-
- get(String) - Method in interface io.digdag.spi.PrivilegedVariables
-
- getAgentId() - Method in interface io.digdag.spi.LogFileHandle
-
- getAttemptId() - Method in interface io.digdag.spi.Notification
-
- getAttemptId() - Method in interface io.digdag.spi.TaskRequest
-
- getAuthenticatedUser() - Method in interface io.digdag.spi.Authenticator.Result
-
- getCommandLine() - Method in interface io.digdag.spi.CommandRequest
-
Returns a command line as List object.
- getConfig() - Method in interface io.digdag.spi.TaskRequest
-
- getConnection() - Method in interface io.digdag.spi.ParamServerClientConnectionManager
-
- getContentInputStream() - Method in class io.digdag.spi.StorageObject
-
- getContentLength() - Method in class io.digdag.spi.StorageObject
-
- getContentLength() - Method in interface io.digdag.spi.StorageObjectSummary
-
- getCreatedAt() - Method in interface io.digdag.spi.LogFilePrefix
-
- getCreatedAt() - Method in interface io.digdag.spi.TaskRequest
-
- getData() - Method in interface io.digdag.spi.TaskQueueData
-
- getDirect() - Method in interface io.digdag.spi.LogFileHandle
-
- getDirectDownloadHandle(String) - Method in interface io.digdag.spi.Storage
-
- getDirectUploadHandle(LogFilePrefix, String, Instant, String) - Method in interface io.digdag.spi.LogServer
-
- getDirectUploadHandle(String) - Method in interface io.digdag.spi.Storage
-
- getEnvironments() - Method in interface io.digdag.spi.CommandRequest
-
Returns pairs of keys and values of environment variables as Map object.
- getError(ConfigFactory) - Method in exception io.digdag.spi.TaskExecutionException
-
- getErrorMessage() - Method in interface io.digdag.spi.Authenticator.Result
-
- getErrorMessage() - Method in interface io.digdag.spi.CommandStatus
-
Return error message.
- getExportParams() - Method in interface io.digdag.spi.TaskResult
-
- getFile(LogFilePrefix, String) - Method in interface io.digdag.spi.LogServer
-
- getFileHandles(LogFilePrefix, Optional<String>, boolean) - Method in interface io.digdag.spi.LogServer
-
- getFileName() - Method in interface io.digdag.spi.LogFileHandle
-
- getFileSize() - Method in interface io.digdag.spi.LogFileHandle
-
- getFirstLogTime() - Method in interface io.digdag.spi.LogFileHandle
-
- getFirstScheduleTime(Instant) - Method in interface io.digdag.spi.Scheduler
-
- getId() - Method in interface io.digdag.spi.ac.AttemptTarget
-
- getId() - Method in interface io.digdag.spi.ac.ProjectTarget
-
- getId() - Method in interface io.digdag.spi.ac.ScheduleTarget
-
- getInputs() - Method in interface io.digdag.spi.TaskReport
-
- getIoDirectory() - Method in interface io.digdag.spi.CommandRequest
-
Returns a relative path of "IO" directory from CommandContext.getLocalProjectPath().
- getIoDirectory() - Method in interface io.digdag.spi.CommandStatus
-
Return the same String with CommandRequest.getIoDirectory.
- getKey() - Method in exception io.digdag.spi.SecretNotFoundException
-
- getKey() - Method in interface io.digdag.spi.StorageObjectSummary
-
- getKeys() - Method in interface io.digdag.spi.PrivilegedVariables
-
- getLastModified() - Method in interface io.digdag.spi.StorageObjectSummary
-
- getLastStateParams() - Method in interface io.digdag.spi.TaskRequest
-
- getListProjectsFilterOfSite(SiteTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Return a filter to return only allowed projects within the site.
- getListSchedulesFilterOfProject(ProjectTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Return a filter to return only allowed schedules within the project.
- getListSchedulesFilterOfSite(SiteTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Return a filter to return only allowed schedules within the site.
- getListSessionsFilterOfProject(ProjectTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Return a filter to return only allowed sessions within the project.
- getListSessionsFilterOfSite(SiteTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Return a filter to return only allowed sessions within the site.
- getListSessionsFilterOfWorkflow(WorkflowTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Return a filter to return only allowed sessions within the workflow.
- getListWorkflowsFilterOfProject(ProjectTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Return a filter to return only allowed workflows within the project.
- getListWorkflowsFilterOfSite(SiteTarget, AuthenticatedUser) - Method in interface io.digdag.spi.ac.AccessController
-
Return a filter to return only allowed workflows within the site.
- getLocalConfig() - Method in interface io.digdag.spi.TaskRequest
-
- getLocalProjectPath() - Method in interface io.digdag.spi.CommandContext
-
Returns an absolute path of project directory.
- getLockId() - Method in interface io.digdag.spi.TaskQueueLock
-
- getLockId() - Method in interface io.digdag.spi.TaskRequest
-
- getLogServer() - Method in interface io.digdag.spi.LogServerFactory
-
- getMaxWorkflowTasks() - Method in interface io.digdag.spi.OperatorContext
-
- getMessage() - Method in interface io.digdag.spi.Notification
-
- getModules() - Method in interface io.digdag.spi.Extension
-
- getName() - Method in interface io.digdag.spi.ac.ProjectTarget
-
- getName() - Method in interface io.digdag.spi.ac.SecretTarget
-
- getName() - Method in interface io.digdag.spi.ac.WorkflowTarget
-
- getOptional(String) - Method in interface io.digdag.spi.PrivilegedVariables
-
- getOutputs() - Method in interface io.digdag.spi.TaskReport
-
- getPriority() - Method in interface io.digdag.spi.TaskQueueRequest
-
- getPrivilegedVariables() - Method in interface io.digdag.spi.OperatorContext
-
- getProjectId() - Method in interface io.digdag.spi.ac.SecretTarget
-
- getProjectId() - Method in interface io.digdag.spi.LogFilePrefix
-
- getProjectId() - Method in interface io.digdag.spi.Notification
-
- getProjectId() - Method in interface io.digdag.spi.TaskRequest
-
- getProjectName() - Method in interface io.digdag.spi.ac.AttemptTarget
-
- getProjectName() - Method in interface io.digdag.spi.ac.ScheduleTarget
-
- getProjectName() - Method in interface io.digdag.spi.ac.SecretTarget
-
- getProjectName() - Method in interface io.digdag.spi.ac.WorkflowTarget
-
- getProjectName() - Method in interface io.digdag.spi.Notification
-
- getProjectName() - Method in interface io.digdag.spi.TaskRequest
-
- getProjectPath() - Method in interface io.digdag.spi.OperatorContext
-
- getRegistry() - Method in class io.digdag.metrics.StdDigdagMetrics
-
- getRegistry(DigdagMetrics.Category) - Method in class io.digdag.metrics.StdDigdagMetrics
-
- getRegistry() - Method in interface io.digdag.spi.metrics.DigdagMetrics
-
- getRegistry(DigdagMetrics.Category) - Method in interface io.digdag.spi.metrics.DigdagMetrics
-
- getReport() - Method in interface io.digdag.spi.TaskResult
-
- getResetStoreParams() - Method in interface io.digdag.spi.TaskResult
-
- getRetryAttemptName() - Method in interface io.digdag.spi.LogFilePrefix
-
- getRetryAttemptName() - Method in interface io.digdag.spi.TaskRequest
-
- getRetryCount() - Method in interface io.digdag.spi.TaskRequest
-
- getRetryInterval() - Method in exception io.digdag.spi.TaskExecutionException
-
- getRevision() - Method in interface io.digdag.spi.Notification
-
- getRevision() - Method in interface io.digdag.spi.TaskRequest
-
- getRunTime() - Method in interface io.digdag.spi.ScheduleTime
-
Actual execution time of a scheduled attempt.
- getSecret(String) - Method in interface io.digdag.spi.SecretProvider
-
Get a secret identified by a key.
- getSecret(int, String, String) - Method in interface io.digdag.spi.SecretStore
-
- getSecretControlStore(int) - Method in interface io.digdag.spi.SecretControlStoreManager
-
- getSecretOptional(String) - Method in interface io.digdag.spi.SecretProvider
-
Get a secret identified by a key.
- getSecretOptional(String) - Method in class io.digdag.spi.SecretProvider.ScopedSecretProvider
-
- getSecrets() - Method in interface io.digdag.spi.Authenticator.Result
-
- getSecrets() - Method in interface io.digdag.spi.OperatorContext
-
- getSecrets(String) - Method in interface io.digdag.spi.SecretProvider
-
Get a view of a subtree of the secret VFS.
- getSecretStore(int) - Method in interface io.digdag.spi.SecretStoreManager
-
- getServiceProvider(Class<T>) - Method in interface io.digdag.spi.Plugin
-
- getSessionId() - Method in interface io.digdag.spi.ac.AttemptTarget
-
- getSessionId() - Method in interface io.digdag.spi.Notification
-
- getSessionId() - Method in interface io.digdag.spi.TaskRequest
-
- getSessionTime() - Method in interface io.digdag.spi.LogFilePrefix
-
- getSessionTime() - Method in interface io.digdag.spi.Notification
-
- getSessionTime() - Method in interface io.digdag.spi.TaskRequest
-
- getSessionUuid() - Method in interface io.digdag.spi.Notification
-
- getSessionUuid() - Method in interface io.digdag.spi.TaskRequest
-
- getSiteId() - Method in interface io.digdag.spi.ac.AttemptTarget
-
- getSiteId() - Method in interface io.digdag.spi.ac.ProjectTarget
-
- getSiteId() - Method in interface io.digdag.spi.ac.ScheduleTarget
-
- getSiteId() - Method in interface io.digdag.spi.ac.SecretTarget
-
- getSiteId() - Method in interface io.digdag.spi.ac.SiteTarget
-
- getSiteId() - Method in interface io.digdag.spi.ac.WorkflowTarget
-
- getSiteId() - Method in interface io.digdag.spi.AuthenticatedUser
-
- getSiteId() - Method in interface io.digdag.spi.LogFilePrefix
-
- getSiteId() - Method in interface io.digdag.spi.Notification
-
- getSiteId() - Method in interface io.digdag.spi.TaskRequest
-
- getSql() - Method in interface io.digdag.spi.ac.AccessController.ListFilter
-
- getStartedAt() - Method in interface io.digdag.spi.TaskRequest
-
- getStateParams(ConfigFactory) - Method in exception io.digdag.spi.TaskExecutionException
-
- getStatusCode() - Method in interface io.digdag.spi.CommandStatus
-
Return exit code of command finished.
- getStoreParams() - Method in interface io.digdag.spi.TaskResult
-
- getString() - Method in enum io.digdag.spi.metrics.DigdagMetrics.Category
-
- getSubtaskConfig() - Method in interface io.digdag.spi.TaskResult
-
- getTaskId() - Method in interface io.digdag.spi.TaskRequest
-
- getTaskName() - Method in interface io.digdag.spi.LogFileHandle
-
- getTaskName() - Method in interface io.digdag.spi.Notification
-
- getTaskName() - Method in interface io.digdag.spi.TaskRequest
-
- getTaskRequest() - Method in interface io.digdag.spi.CommandContext
-
Returns task request.
- getTaskRequest() - Method in interface io.digdag.spi.OperatorContext
-
- getTime() - Method in interface io.digdag.spi.ScheduleTime
-
The session_time variable of a scheduled attempt.
- getTimestamp() - Method in interface io.digdag.spi.Notification
-
- getTimeZone() - Method in interface io.digdag.spi.LogFilePrefix
-
- getTimeZone() - Method in interface io.digdag.spi.Notification
-
- getTimeZone() - Method in interface io.digdag.spi.Scheduler
-
- getTimeZone() - Method in interface io.digdag.spi.TaskRequest
-
- getType() - Method in interface io.digdag.spi.AuthenticatorFactory
-
- getType() - Method in interface io.digdag.spi.CommandExecutorFactory
-
- getType() - Method in interface io.digdag.spi.LogServerFactory
-
- getType() - Method in interface io.digdag.spi.OperatorFactory
-
- getType() - Method in interface io.digdag.spi.ParamServerClientConnection
-
- getType() - Method in interface io.digdag.spi.SchedulerFactory
-
- getType() - Method in interface io.digdag.spi.StorageFactory
-
- getType() - Method in interface io.digdag.spi.TaskQueueFactory
-
- getUniqueName() - Method in interface io.digdag.spi.TaskQueueData
-
- getUrl() - Method in interface io.digdag.spi.DirectDownloadHandle
-
- getUrl() - Method in interface io.digdag.spi.DirectUploadHandle
-
- getUserContext() - Method in interface io.digdag.spi.AuthenticatedUser
-
- getUserInfo() - Method in interface io.digdag.spi.AuthenticatedUser
-
- getWorkflowDefinitionId() - Method in interface io.digdag.spi.Notification
-
- getWorkflowDefinitionId() - Method in interface io.digdag.spi.TaskRequest
-
- getWorkflowName() - Method in interface io.digdag.spi.ac.AttemptTarget
-
- getWorkflowName() - Method in interface io.digdag.spi.ac.ScheduleTarget
-
- getWorkflowName() - Method in interface io.digdag.spi.LogFilePrefix
-
- getWorkflowName() - Method in interface io.digdag.spi.Notification
-
- getWorkflowName() - Method in interface io.digdag.spi.TaskRequest
-
- getWorkingDirectory() - Method in interface io.digdag.spi.CommandRequest
-
Returns a relative path of working dir from CommandContext.getLocalProjectPath().