org.jenkinsci.plugins.pom2config
Class DataSet
java.lang.Object
org.jenkinsci.plugins.pom2config.DataSet
public class DataSet
- extends Object
- Author:
- Kathi Stutz, Michael Klein
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSet
public DataSet(String name,
boolean isActiv,
List<String> oldEntrys,
String newEntry)
getName
public String getName()
getOldEntrys
public List<String> getOldEntrys()
getNewEntry
public String getNewEntry()
getIsActive
public boolean getIsActive()
Copyright © 2004-2013. All Rights Reserved.