hudson.plugins.templateproject
Class TemplateUtils

java.lang.Object
  extended by hudson.plugins.templateproject.TemplateUtils

public class TemplateUtils
extends java.lang.Object


Constructor Summary
TemplateUtils()
           
 
Method Summary
static java.lang.String getExpandedProjectName(java.lang.String projectName, hudson.model.AbstractBuild<?,?> build)
           
static hudson.model.AbstractProject<?,?> getProject(java.lang.String projectName, hudson.model.AbstractBuild<?,?> build)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateUtils

public TemplateUtils()
Method Detail

getProject

public static hudson.model.AbstractProject<?,?> getProject(java.lang.String projectName,
                                                           hudson.model.AbstractBuild<?,?> build)

getExpandedProjectName

public static java.lang.String getExpandedProjectName(java.lang.String projectName,
                                                      hudson.model.AbstractBuild<?,?> build)


Copyright © 2004-2015. All Rights Reserved.