org.jenkinsci.plugins.tattletale
Class TattletaleExecutor

java.lang.Object
  extended by org.jenkinsci.plugins.tattletale.TattletaleExecutor

public class TattletaleExecutor
extends Object

This class is used for tattletale invocation. There are three options how can it be achieved:

Author:
Vaclav Tunka

Constructor Summary
TattletaleExecutor(TattletaleBuilder tattletaleBuilder, hudson.model.AbstractBuild build, hudson.model.BuildListener listener)
           
 
Method Summary
static void addToClasspath(String s)
          Add the tattletale jar to classpath in runtime
 boolean executeTattletale()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TattletaleExecutor

public TattletaleExecutor(TattletaleBuilder tattletaleBuilder,
                          hudson.model.AbstractBuild build,
                          hudson.model.BuildListener listener)
Method Detail

executeTattletale

public boolean executeTattletale()

addToClasspath

public static void addToClasspath(String s)
                           throws Exception
Add the tattletale jar to classpath in runtime

Throws:
Exception


Copyright © 2004-2012. All Rights Reserved.