ProjectBuildBatchConfig class
Contains configuration information about a batch build project.
Constructors
- ProjectBuildBatchConfig({bool? combineArtifacts, BatchRestrictions? restrictions, String? serviceRole, int? timeoutInMins})
-
ProjectBuildBatchConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- combineArtifacts → bool?
-
Specifies if the build artifacts for the batch build should be combined into
a single artifact location.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- restrictions → BatchRestrictions?
-
A
BatchRestrictions
object that specifies the restrictions for the batch build.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceRole → String?
-
Specifies the service role ARN for the batch build project.
final
- timeoutInMins → int?
-
Specifies the maximum amount of time, in minutes, that the batch build must
be completed in.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited