public static class PlatformSpecificArtifact.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PlatformSpecificArtifact.Builder |
architecture(PlatformSpecificArtifact.Architecture architecture)
System architecture.
|
PlatformSpecificArtifact |
build() |
PlatformSpecificArtifact.Builder |
content(ContentDetails content) |
PlatformSpecificArtifact.Builder |
copy(PlatformSpecificArtifact model) |
PlatformSpecificArtifact.Builder |
osType(PlatformSpecificArtifact.OsType osType)
The OS type the patch is applicable for.
|
public PlatformSpecificArtifact.Builder content(ContentDetails content)
public PlatformSpecificArtifact.Builder osType(PlatformSpecificArtifact.OsType osType)
The OS type the patch is applicable for.
osType
- the value to setpublic PlatformSpecificArtifact.Builder architecture(PlatformSpecificArtifact.Architecture architecture)
System architecture.
architecture
- the value to setpublic PlatformSpecificArtifact build()
public PlatformSpecificArtifact.Builder copy(PlatformSpecificArtifact model)
Copyright © 2016–2024. All rights reserved.