org.jenkinsci.plugins.neoload_integration.supporting
Class PluginUtils

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

public final class PluginUtils
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Method Summary
static java.util.Calendar getBuildEndTime(hudson.model.AbstractBuild<?,?> build)
           
static java.util.Calendar getBuildStartTime(hudson.model.AbstractBuild<?,?> build)
           
static NeoLoadPluginOptions getPluginOptions(hudson.model.AbstractProject<?,?> project)
          Get the configured instance for the plugin.
static java.util.Calendar toCalendar(java.util.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 java.util.Calendar toCalendar(java.util.Date date)
This could be DateUtils.toCalendar instead but then I would have to deal with maven dependencies again.

Parameters:
date -
Returns:

getBuildStartTime

public static java.util.Calendar getBuildStartTime(hudson.model.AbstractBuild<?,?> build)
Parameters:
build -
Returns:

getBuildEndTime

public static java.util.Calendar getBuildEndTime(hudson.model.AbstractBuild<?,?> build)
Parameters:
build -
Returns:


Copyright © 2004-2014. All Rights Reserved.