Class PushHookAction.Factory
- java.lang.Object
-
- pl.allegro.tech.build.axion.release.domain.hooks.DefaultReleaseHookFactory
-
- pl.allegro.tech.build.axion.release.domain.hooks.PushHookAction.Factory
-
- All Implemented Interfaces:
ReleaseHookFactory
- Enclosing class:
- PushHookAction
public static final class PushHookAction.Factory extends DefaultReleaseHookFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface pl.allegro.tech.build.axion.release.domain.hooks.ReleaseHookFactory
ReleaseHookFactory.CustomAction
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReleaseHookActioncreate()-
Methods inherited from class pl.allegro.tech.build.axion.release.domain.hooks.DefaultReleaseHookFactory
create, create
-
-
-
-
Method Detail
-
create
public ReleaseHookAction create()
- Specified by:
createin interfaceReleaseHookFactory- Overrides:
createin classDefaultReleaseHookFactory
-
-