org.jenkinsci.plugins.tattletale
Class TattletaleExecutor
java.lang.Object
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:
- Runtime execution
- Using URLClassLoader in runtime
- Dynamically adding jar on classpath
- Author:
- Vaclav Tunka
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TattletaleExecutor
public TattletaleExecutor(TattletaleBuilder tattletaleBuilder,
hudson.model.AbstractBuild build,
hudson.model.BuildListener listener)
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.