- ClassLock - Class in com.rudikershaw.gitbuildhook.threadsafety
-
Class to act as a universal lock for non-thread safe operations of the plugin.
- ClassLock() - Constructor for class com.rudikershaw.gitbuildhook.threadsafety.ClassLock
-
- com.rudikershaw.gitbuildhook - package com.rudikershaw.gitbuildhook
-
The Git Build Hook Maven Plugin's main package where the plugin's goals are defined.
- com.rudikershaw.gitbuildhook.hook.type - package com.rudikershaw.gitbuildhook.hook.type
-
Package containing classes that relate to the different types of Git hook.
- com.rudikershaw.gitbuildhook.threadsafety - package com.rudikershaw.gitbuildhook.threadsafety
-
Package containing classes for aiding in the thread safety of the plugin.
- com.rudikershaw.gitbuildhook.validation - package com.rudikershaw.gitbuildhook.validation
-
The Git Build Hook Maven Plugin's validation package for logic that performs validation common between goals.