org.jenkinsci.plugins.pom2config
Class DataSet

java.lang.Object
  extended by org.jenkinsci.plugins.pom2config.DataSet

public class DataSet
extends Object

Author:
Kathi Stutz, Michael Klein

Constructor Summary
DataSet(String name, boolean isActiv, List<String> oldEntrys, String newEntry)
           
 
Method Summary
 boolean getIsActive()
           
 String getName()
           
 String getNewEntry()
           
 List<String> getOldEntrys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSet

public DataSet(String name,
               boolean isActiv,
               List<String> oldEntrys,
               String newEntry)
Method Detail

getName

public String getName()

getOldEntrys

public List<String> getOldEntrys()

getNewEntry

public String getNewEntry()

getIsActive

public boolean getIsActive()


Copyright © 2004-2013. All Rights Reserved.