jenkins.plugins.util
Class ReadUtil

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

public class ReadUtil
extends Object


Constructor Summary
ReadUtil()
           
 
Method Summary
static List<BuildMessage> getBuildMessageFrom(File storeFile)
           
static String getColumnResult(hudson.model.Job job, String resultKey)
           
static Properties getJobProperties(hudson.model.Job job)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadUtil

public ReadUtil()
Method Detail

getJobProperties

public static Properties getJobProperties(hudson.model.Job job)

getColumnResult

public static String getColumnResult(hudson.model.Job job,
                                     String resultKey)

getBuildMessageFrom

public static List<BuildMessage> getBuildMessageFrom(File storeFile)


Copyright © 2004-2013. All Rights Reserved.