ThirdPartyJobData class
Represents information about the job data for a partner action.
Constructors
-
ThirdPartyJobData({ActionConfiguration? actionConfiguration, ActionTypeId? actionTypeId, AWSSessionCredentials? artifactCredentials, String? continuationToken, EncryptionKey? encryptionKey, List<
Artifact> ? inputArtifacts, List<Artifact> ? outputArtifacts, PipelineContext? pipelineContext}) -
ThirdPartyJobData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- actionConfiguration → ActionConfiguration?
-
Represents information about an action configuration.
final
- actionTypeId → ActionTypeId?
-
Represents information about an action type.
final
- artifactCredentials → AWSSessionCredentials?
-
Represents an AWS session credentials object. These credentials are
temporary credentials that are issued by AWS Secure Token Service (STS).
They can be used to access input and output artifacts in the S3 bucket used
to store artifact for the pipeline in AWS CodePipeline.
final
- continuationToken → String?
-
A system-generated token, such as a AWS CodeDeploy deployment ID, that a job
requires to continue the job asynchronously.
final
- encryptionKey → EncryptionKey?
-
The encryption key used to encrypt and decrypt data in the artifact store
for the pipeline, such as an AWS Key Management Service (AWS KMS) key. This
is optional and might not be present.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputArtifacts
→ List<
Artifact> ? -
The name of the artifact that is worked on by the action, if any. This name
might be system-generated, such as "MyApp", or it might be defined by the
user when the action is created. The input artifact name must match the name
of an output artifact generated by an action in an earlier action or stage
of the pipeline.
final
-
outputArtifacts
→ List<
Artifact> ? -
The name of the artifact that is the result of the action, if any. This name
might be system-generated, such as "MyBuiltApp", or it might be defined by
the user when the action is created.
final
- pipelineContext → PipelineContext?
-
Represents information about a pipeline to a job worker.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited