jenkins.plugins.util
Class StoreUtil

java.lang.Object
  extended by jenkins.plugins.util.StoreUtil

public class StoreUtil
extends Object


Field Summary
static String BANGKOU_PROPERTIES
           
static String UTF_8
           
 
Constructor Summary
StoreUtil()
           
 
Method Summary
static void storeBuildMessages(File storeFile, hudson.model.Run run)
           
static void storeJobFailedInfo(hudson.model.Run run, JobFailedTimeInfo... jobFailedTimeInfos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BANGKOU_PROPERTIES

public static final String BANGKOU_PROPERTIES
See Also:
Constant Field Values

UTF_8

public static final String UTF_8
See Also:
Constant Field Values
Constructor Detail

StoreUtil

public StoreUtil()
Method Detail

storeBuildMessages

public static void storeBuildMessages(File storeFile,
                                      hudson.model.Run run)

storeJobFailedInfo

public static void storeJobFailedInfo(hudson.model.Run run,
                                      JobFailedTimeInfo... jobFailedTimeInfos)


Copyright © 2004-2013. All Rights Reserved.