Uses of Interface
de.hybris.platform.patches.Release
-
Packages that use Release Package Description de.hybris.platform.patches de.hybris.platform.patches.actions de.hybris.platform.patchesdemo.release de.hybris.platform.patchesdemo.structure -
-
Uses of Release in de.hybris.platform.patches
Fields in de.hybris.platform.patches declared as Release Modifier and Type Field Description protected ReleaseAbstractPatch. releaseMethods in de.hybris.platform.patches that return Release Modifier and Type Method Description ReleaseAbstractPatch. getRelease()ReleasePatch. getRelease()Gets release that patch is part of.Constructors in de.hybris.platform.patches with parameters of type Release Constructor Description AbstractPatch(java.lang.String patchId, java.lang.String patchName, Release release, StructureState structureState) -
Uses of Release in de.hybris.platform.patches.actions
Methods in de.hybris.platform.patches.actions with parameters of type Release Modifier and Type Method Description protected java.lang.StringAbstractImportPatchAction. getReleasePath(Release release)Create part of file path to impexes.
In example:
/release01 -
Uses of Release in de.hybris.platform.patchesdemo.release
Constructors in de.hybris.platform.patchesdemo.release with parameters of type Release Constructor Description AbstractDemoPatch(java.lang.String patchId, java.lang.String patchName, Release release, StructureState structureState) -
Uses of Release in de.hybris.platform.patchesdemo.structure
Classes in de.hybris.platform.patchesdemo.structure that implement Release Modifier and Type Class Description classReleaseRepresent project releases.
-