org.jenkinsci.plugins.buildenvironment.data
Class EnvironmentDataWriter

java.lang.Object
  extended by hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>
      extended by org.jenkinsci.plugins.buildenvironment.data.EnvironmentDataWriter
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class EnvironmentDataWriter
extends hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>

Listens for builds and writes data when one is about to start.

Author:
yboev

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.listeners.RunListener
LISTENERS, targetType
 
Constructor Summary
EnvironmentDataWriter()
           
 
Method Summary
 void onCompleted(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener)
           
 
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onDeleted, onFinalized, onStarted, register, setUpEnvironment, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentDataWriter

public EnvironmentDataWriter()
Method Detail

onCompleted

public void onCompleted(hudson.model.AbstractBuild<?,?> build,
                        hudson.model.TaskListener listener)
Overrides:
onCompleted in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>


Copyright © 2004-2013. All Rights Reserved.