pl.allegro.tech.build.axion.release.domain.properties.HooksProperties.groovy Maven / Gradle / Ivy
package pl.allegro.tech.build.axion.release.domain.properties
import groovy.transform.Immutable
import pl.allegro.tech.build.axion.release.domain.hooks.ReleaseHookAction
@Immutable
class HooksProperties {
final List preReleaseHooks
final List postReleaseHooks
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy