V0BuildTriggerParamsBuildParams class abstract

Properties

baseRepositoryUrl String?
no setter
branch String?
no setter
branchDest String?
no setter
branchDestRepoOwner String?
no setter
branchRepoOwner String?
no setter
buildRequestSlug String?
no setter
commitHash String?
no setter
commitMessage String?
no setter
commitPaths → BuiltList<V0CommitPaths>?
no setter
diffUrl String?
no setter
environments → BuiltList<V0BuildParamsEnvironment>?
no setter
hashCode int
The hash code for this object.
no setterinherited
headRepositoryUrl String?
no setter
pullRequestAuthor String?
no setter
pullRequestHeadBranch String?
no setter
pullRequestId → JsonObject?
no setter
pullRequestMergeBranch String?
no setter
pullRequestRepositoryUrl String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipGitStatusReport bool?
no setter
tag String?
no setter
workflowId String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(V0BuildTriggerParamsBuildParamsBuilder)) V0BuildTriggerParamsBuildParams
Rebuilds the instance.
inherited
toBuilder() V0BuildTriggerParamsBuildParamsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<V0BuildTriggerParamsBuildParams>
no setter