com.tibco.bw.maven.plugin.tci.dto.TCIVariables Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bw6-maven-plugin Show documentation
Show all versions of bw6-maven-plugin Show documentation
Plugin Code for Apache Maven and TIBCO BusinessWorks™.
This is the Maven Plugin for BW6 and BWCE Build.
package com.tibco.bw.maven.plugin.tci.dto;
import java.util.List;
public class TCIVariables {
private List userVariables;
public List getUserVariables() {
return userVariables;
}
public void setUserVariables(List userVariables) {
this.userVariables = userVariables;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy