public interface Patch
| Modifier and Type | Method and Description |
|---|---|
default void |
createEssentialData()
Executes patch during project essential data step
|
void |
createProjectData(StructureState structureState)
Execute Patch with given structureState.
|
java.lang.String |
getPatchDescription()
Returns Patch description.
|
java.lang.String |
getPatchId()
Returns unique patch id (e.g PD_V_1.0.1).
|
java.lang.String |
getPatchName()
Returns Patch name.
|
Release |
getRelease()
Gets release that patch is part of.
|
StructureState |
getStructureState()
Gets
StructureState from this patch |
void createProjectData(StructureState structureState)
structureState - that should be used for creating project datajava.lang.String getPatchId()
java.lang.String getPatchName()
java.lang.String getPatchDescription()
Release getRelease()
StructureState getStructureState()
StructureState from this patchStructureState from this patchdefault void createEssentialData()
Copyright © 2018 SAP SE. All Rights Reserved.