org.jenkinsci.plugins.neoload_integration.supporting
Class PluginUtils

java.lang.Object
  extended by org.jenkinsci.plugins.neoload_integration.supporting.PluginUtils
All Implemented Interfaces:
Serializable

public final class PluginUtils
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
static NeoLoadPluginOptions getPluginOptions(hudson.model.AbstractProject<?,?> project)
          Get the configured instance for the plugin.
static Calendar toCalendar(Date date)
          This could be DateUtils.toCalendar instead but then I would have to deal with maven dependencies again.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPluginOptions

public static NeoLoadPluginOptions getPluginOptions(hudson.model.AbstractProject<?,?> project)
Get the configured instance for the plugin.

Parameters:
project -
Returns:

toCalendar

public static Calendar toCalendar(Date date)
This could be DateUtils.toCalendar instead but then I would have to deal with maven dependencies again.

Parameters:
date -
Returns:


Copyright © 2004-2013. All Rights Reserved.