All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kuali.maven.mojo.AbstractJobConfigMojo Maven / Gradle / Ivy

package org.kuali.maven.mojo;

/**
 * 
 */
public abstract class AbstractJobConfigMojo extends AbstractCliMojo {

	/**
	 * The location of the jenkins job config template
	 * 
	 * @parameter expression="${jenkins.template}" default-value="classpath:org/kuali/jenkins/jobs/template.xml"
	 * @required
	 */
	private String template;

	public String getTemplate() {
		return template;
	}

	public void setTemplate(String template) {
		this.template = template;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy