hudson.plugins.klaros
Class ResultSet

java.lang.Object
  extended by hudson.plugins.klaros.ResultSet

public class ResultSet
extends java.lang.Object

The result set specification.


Constructor Summary
ResultSet()
           
ResultSet(java.lang.String spec)
           
ResultSet(java.lang.String spec, java.lang.String format)
           
 
Method Summary
 java.lang.String getFormat()
          Gets the format.
 java.lang.String getSpec()
          Gets the spec.
 void setFormat(java.lang.String format)
          Sets the format.
 void setSpec(java.lang.String spec)
          Sets the spec.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSet

public ResultSet()

ResultSet

public ResultSet(java.lang.String spec)

ResultSet

@DataBoundConstructor
public ResultSet(java.lang.String spec,
                                      java.lang.String format)
Method Detail

getSpec

public java.lang.String getSpec()
Gets the spec.

Returns:
the spec

setSpec

public void setSpec(java.lang.String spec)
Sets the spec.

Parameters:
spec - the new spec

getFormat

public java.lang.String getFormat()
Gets the format.

Returns:
the format

setFormat

public void setFormat(java.lang.String format)
Sets the format.

Parameters:
format - the new format


Copyright © 2009-2016 verit Informationssysteme GmbH. All Rights Reserved.