Uses of Interface
de.hybris.platform.patches.Release
Packages that use Release
Package
Description
-
Uses of Release in de.hybris.platform.patches
Fields in de.hybris.platform.patches declared as ReleaseMethods in de.hybris.platform.patches that return ReleaseModifier and TypeMethodDescriptionAbstractPatch.getRelease()Patch.getRelease()Gets release that patch is part of.Constructors in de.hybris.platform.patches with parameters of type ReleaseModifierConstructorDescriptionAbstractPatch(String patchId, 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 ReleaseModifier and TypeMethodDescriptionprotected 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 ReleaseModifierConstructorDescriptionAbstractDemoPatch(String patchId, 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