Package io.github.cdklabs.projen.github
Class TaskWorkflowJob
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.github.TaskWorkflowJob
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.090Z") @Stability(Experimental) public class TaskWorkflowJob extends Component
(experimental) The primary or initial job of a TaskWorkflow.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaskWorkflowJob.Builder(experimental) A fluent builder forTaskWorkflowJob.
-
Constructor Summary
Constructors Modifier Constructor Description protectedTaskWorkflowJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedTaskWorkflowJob(software.amazon.jsii.JsiiObjectRef objRef)TaskWorkflowJob(software.constructs.IConstruct scope, Task task, TaskWorkflowJobOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetConcurrency()ContainerOptionsgetContainer()BooleangetContinueOnError()JobDefaultsgetDefaults()Map<String,String>getEnv()ObjectgetEnvironment()StringgetIfValue()StringgetName()List<String>getNeeds()Map<String,JobStepOutput>getOutputs()JobPermissionsgetPermissions()List<String>getRunsOn()GroupRunnerOptionsgetRunsOnGroup()Map<String,ContainerOptions>getServices()List<JobStep>getSteps()JobStrategygetStrategy()NumbergetTimeoutMinutes()ToolsgetTools()-
Methods inherited from class io.github.cdklabs.projen.Component
getProject, isComponent, postSynthesize, preSynthesize, synthesize
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
TaskWorkflowJob
protected TaskWorkflowJob(software.amazon.jsii.JsiiObjectRef objRef)
-
TaskWorkflowJob
protected TaskWorkflowJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
TaskWorkflowJob
@Stability(Experimental) public TaskWorkflowJob(@NotNull software.constructs.IConstruct scope, @NotNull Task task, @NotNull TaskWorkflowJobOptions options)- Parameters:
scope- should be part of the project the Task belongs to. This parameter is required.task- the main task that is run as part of this job. This parameter is required.options- options to configure the TaskWorkflowJob. This parameter is required.
-
-
Method Detail
-
getPermissions
@Stability(Experimental) @NotNull public JobPermissions getPermissions()
-
getConcurrency
@Stability(Experimental) @Nullable public Object getConcurrency()
-
getContainer
@Stability(Experimental) @Nullable public ContainerOptions getContainer()
-
getContinueOnError
@Stability(Experimental) @Nullable public Boolean getContinueOnError()
-
getDefaults
@Stability(Experimental) @Nullable public JobDefaults getDefaults()
-
getEnvironment
@Stability(Experimental) @Nullable public Object getEnvironment()
-
getIfValue
@Stability(Experimental) @Nullable public String getIfValue()
-
getName
@Stability(Experimental) @Nullable public String getName()
-
getOutputs
@Stability(Experimental) @Nullable public Map<String,JobStepOutput> getOutputs()
-
getRunsOnGroup
@Stability(Experimental) @Nullable public GroupRunnerOptions getRunsOnGroup()
-
getServices
@Stability(Experimental) @Nullable public Map<String,ContainerOptions> getServices()
-
getStrategy
@Stability(Experimental) @Nullable public JobStrategy getStrategy()
-
getTimeoutMinutes
@Stability(Experimental) @Nullable public Number getTimeoutMinutes()
-
getTools
@Stability(Experimental) @Nullable public Tools getTools()
-
-