|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.praqma.hudson.nametemplates.NameTemplate
public class NameTemplate
Constructor Summary | |
---|---|
NameTemplate()
|
Method Summary | |
---|---|
static HashMap<String,String> |
getChosenTemplates(String templatestring)
Method that extracts the names of the chose templates. |
static String |
parseTemplate(String template,
CCUCMBuildAction action,
hudson.FilePath ws)
At this point. |
static boolean |
testTemplate(String template)
Checks to see if the templates are valid, and that the template names are available. |
static String |
trim(String template)
|
static void |
validateTemplates(CCUCMBuildAction action)
This is the method we use to validate templates. |
static void |
validateTemplates(CCUCMBuildAction action,
hudson.FilePath ws)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameTemplate()
Method Detail |
---|
public static void validateTemplates(CCUCMBuildAction action)
action
- public static void validateTemplates(CCUCMBuildAction action, hudson.FilePath ws)
public static String trim(String template)
public static HashMap<String,String> getChosenTemplates(String templatestring)
templatestring
-
public static boolean testTemplate(String template) throws TemplateException
template
-
TemplateException
public static String parseTemplate(String template, CCUCMBuildAction action, hudson.FilePath ws) throws TemplateException
template
- action
- ws
-
TemplateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |