com.lesfurets.jenkins.unit.global.lib.Library.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jenkins-pipeline-unit Show documentation
Show all versions of jenkins-pipeline-unit Show documentation
Jenkins Pipeline Unit testing framework
package com.lesfurets.jenkins.unit.global.lib
/**
* Annotation definition to avoid missing import
*/
@interface Library {
/**
* Library names, each optionally followed by {@code @} and a version.
*/
String[] value()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy