The name of the artifact that the artifacts will be merged into
Optional. Default is 'merged-artifacts'
A glob pattern matching the artifacts that should be merged.
Optional. Default is '*'
If true, the artifacts will be merged into separate directories. If false, the artifacts will be merged into the root of the destination.
Optional. Default is 'false'
Duration after which artifact will expire in days.
0 means using default retention. Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
Optional. Defaults to repository settings.
The level of compression for Zlib to be applied to the artifact archive.
The value can range from 0 to 9. For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads. Optional. Default is '6'
If true, the artifacts that were merged will be deleted. If false, the artifacts will still exist.
Optional. Default is false
false
If true, files will be included in the merged artifact. If false, files will be excluded from the merged artifact.
Default is false
Returns the class of this.
this
Returns a string representation of this.
This method is used to convert the values of string interpolation expressions to strings.
Returns this |> transform if this is non-null, and null otherwise.
this |> transform
null
This method is the complement of the ?? operator and the equivalent of an Option type's map and flatMap methods.
??
Option
map
flatMap
Tells if this object has a property with the given name.
name
Returns the value of the property with the given name.
Throws if a property with this name does not exist.
Returns null if a property with this name does not exist.
Converts this object to a Dynamic object.
Dynamic
Converts this object to a Map.
Map
The name of the artifact that the artifacts will be merged into