Patch.Builder |
Patch.Builder.advisoryIds(String... advisoryIds) |
The Advisory ID of the patch.
|
Patch.Builder |
Patch.Builder.advisoryIds(Collection<String> advisoryIds) |
The Advisory ID of the patch.
|
Patch.Builder |
Patch.Builder.arch(String arch) |
The architecture of the patch.
|
Patch.Builder |
Patch.Builder.bugzillaIds(String... bugzillaIds) |
The Bugzilla ID of the patch.
|
Patch.Builder |
Patch.Builder.bugzillaIds(Collection<String> bugzillaIds) |
The Bugzilla ID of the patch.
|
static Patch.Builder |
Patch.builder() |
|
Patch.Builder |
Patch.Builder.classification(String classification) |
The classification of the patch.
|
Patch.Builder |
Patch.Builder.contentUrl(String contentUrl) |
The URL where more information can be obtained about the patch.
|
Patch.Builder |
Patch.Builder.cveIds(String... cveIds) |
The Common Vulnerabilities and Exposures (CVE) ID of the patch.
|
Patch.Builder |
Patch.Builder.cveIds(Collection<String> cveIds) |
The Common Vulnerabilities and Exposures (CVE) ID of the patch.
|
Patch.Builder |
Patch.Builder.description(String description) |
The description of the patch.
|
Patch.Builder |
Patch.Builder.epoch(Integer epoch) |
The epoch of the patch.
|
Patch.Builder |
Patch.Builder.id(String id) |
The ID of the patch.
|
Patch.Builder |
Patch.Builder.kbNumber(String kbNumber) |
The Microsoft Knowledge Base ID of the patch.
|
Patch.Builder |
Patch.Builder.language(String language) |
The language of the patch if it's language-specific.
|
Patch.Builder |
Patch.Builder.msrcNumber(String msrcNumber) |
The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is related to.
|
Patch.Builder |
Patch.Builder.msrcSeverity(String msrcSeverity) |
The severity of the patch, such as Critical, Important, or Moderate.
|
Patch.Builder |
Patch.Builder.name(String name) |
The name of the patch.
|
Patch.Builder |
Patch.Builder.product(String product) |
The specific product the patch is applicable for.
|
Patch.Builder |
Patch.Builder.productFamily(String productFamily) |
The product family the patch is applicable for.
|
Patch.Builder |
Patch.Builder.release(String release) |
The particular release of a patch.
|
Patch.Builder |
Patch.Builder.releaseDate(Instant releaseDate) |
The date the patch was released.
|
Patch.Builder |
Patch.Builder.repository(String repository) |
The source patch repository for the operating system and version, such as trusty-security for
Ubuntu Server 14.04 LTE and focal-security for Ubuntu Server 20.04 LTE.
|
Patch.Builder |
Patch.Builder.severity(String severity) |
The severity level of the patch.
|
Patch.Builder |
Patch.Builder.title(String title) |
The title of the patch.
|
Patch.Builder |
Patch.toBuilder() |
|
Patch.Builder |
Patch.Builder.vendor(String vendor) |
The name of the vendor providing the patch.
|
Patch.Builder |
Patch.Builder.version(String version) |
The version number of the patch.
|