Modifier and Type | Class and Description |
---|---|
static class |
PatchImpl.RollbackPatchImpl |
Patch.PatchType
PATCH_NAME_PATTERN
Constructor and Description |
---|
PatchImpl(String patchID,
String description,
Identity identity,
List<PatchElement> elements,
List<ContentModification> modifications) |
PatchImpl(String patchID,
String description,
String link,
Identity identity,
List<PatchElement> elements,
List<ContentModification> modifications) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the patch description.
|
List<PatchElement> |
getElements()
List of patch elements.
|
Identity |
getIdentity()
Returns the target identity.
|
String |
getLink()
Get the link to the patch.
|
List<ContentModification> |
getModifications()
Get the content modifications.
|
String |
getPatchId()
Get the unique patch ID.
|
public PatchImpl(String patchID, String description, Identity identity, List<PatchElement> elements, List<ContentModification> modifications)
public PatchImpl(String patchID, String description, String link, Identity identity, List<PatchElement> elements, List<ContentModification> modifications)
public String getPatchId()
Patch
getPatchId
in interface Patch
public String getDescription()
Patch
getDescription
in interface Patch
public Identity getIdentity()
Patch
getIdentity
in interface Patch
public List<PatchElement> getElements()
Patch
getElements
in interface Patch
public List<ContentModification> getModifications()
Patch
getModifications
in interface Patch
Copyright © 2023 JBoss by Red Hat. All rights reserved.