Uses of Class
com.oracle.bmc.batch.model.EnvironmentVariable
-
Packages that use EnvironmentVariable Package Description com.oracle.bmc.batch.model -
-
Uses of EnvironmentVariable in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return EnvironmentVariable Modifier and Type Method Description EnvironmentVariableEnvironmentVariable.Builder. build()Methods in com.oracle.bmc.batch.model that return types with arguments of type EnvironmentVariable Modifier and Type Method Description List<EnvironmentVariable>BatchJob. getEnvironmentVariables()An environment variables to use for the job’s tasks (can be overridden by task’s environment variables).List<EnvironmentVariable>BatchTask. getEnvironmentVariables()Environment variables to use for the task execution.List<EnvironmentVariable>CreateBatchJobDetails. getEnvironmentVariables()An environment variables to use for the job’s tasks (can be overridden by task’s environment variables).List<EnvironmentVariable>CreateBatchTaskDetails. getEnvironmentVariables()Environment variables to use for the task execution.Methods in com.oracle.bmc.batch.model with parameters of type EnvironmentVariable Modifier and Type Method Description EnvironmentVariable.BuilderEnvironmentVariable.Builder. copy(EnvironmentVariable model)Method parameters in com.oracle.bmc.batch.model with type arguments of type EnvironmentVariable Modifier and Type Method Description BatchJob.BuilderBatchJob.Builder. environmentVariables(List<EnvironmentVariable> environmentVariables)An environment variables to use for the job’s tasks (can be overridden by task’s environment variables).ComputeTask.BuilderComputeTask.Builder. environmentVariables(List<EnvironmentVariable> environmentVariables)CreateBatchJobDetails.BuilderCreateBatchJobDetails.Builder. environmentVariables(List<EnvironmentVariable> environmentVariables)An environment variables to use for the job’s tasks (can be overridden by task’s environment variables).CreateComputeTaskDetails.BuilderCreateComputeTaskDetails.Builder. environmentVariables(List<EnvironmentVariable> environmentVariables)Constructor parameters in com.oracle.bmc.batch.model with type arguments of type EnvironmentVariable Constructor Description BatchJob(String id, String compartmentId, String batchJobPoolId, String batchContextId, String displayName, String description, Integer priority, Integer progressPercentage, String progressDetails, List<EnvironmentVariable> environmentVariables, Date timeCreated, Date timeUpdated, BatchJob.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.CreateBatchJobDetails(String compartmentId, String batchJobPoolId, String displayName, String description, List<EnvironmentVariable> environmentVariables, List<CreateBatchTaskDetails> tasks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-