Uses of Class
net.praqma.hudson.CCUCMBuildAction

Packages that use CCUCMBuildAction
net.praqma.hudson   
net.praqma.hudson.nametemplates   
net.praqma.hudson.scm   
 

Uses of CCUCMBuildAction in net.praqma.hudson
 

Methods in net.praqma.hudson with parameters of type CCUCMBuildAction
static Mode Mode.getMode(CCUCMBuildAction action)
           
 

Constructors in net.praqma.hudson with parameters of type CCUCMBuildAction
Mode(CCUCMBuildAction action)
           
 

Uses of CCUCMBuildAction in net.praqma.hudson.nametemplates
 

Methods in net.praqma.hudson.nametemplates with parameters of type CCUCMBuildAction
 String FileTemplate.parse(CCUCMBuildAction action, String filename, hudson.FilePath ws)
           
 String BaselineTemplate.parse(CCUCMBuildAction action, String args, hudson.FilePath ws)
           
 String ProjectTemplate.parse(CCUCMBuildAction action, String args, hudson.FilePath ws)
           
 String UserTemplate.parse(CCUCMBuildAction action, String args, hudson.FilePath ws)
           
 String DateTemplate.parse(CCUCMBuildAction action, String args, hudson.FilePath ws)
           
 String StreamTemplate.parse(CCUCMBuildAction action, String args, hudson.FilePath ws)
           
 String VersionNumberTemplate.parse(CCUCMBuildAction action, String args, hudson.FilePath ws)
           
 String EnvTemplate.parse(CCUCMBuildAction action, String args, hudson.FilePath ws)
           
 String NumberTemplate.parse(CCUCMBuildAction action, String args, hudson.FilePath ws)
           
 String TimeTemplate.parse(CCUCMBuildAction action, String args, hudson.FilePath ws)
           
 String ClearCaseVersionNumberTemplate.parse(CCUCMBuildAction action, String args, hudson.FilePath ws)
           
abstract  String Template.parse(CCUCMBuildAction action, String args, hudson.FilePath ws)
           
 String ComponentTemplate.parse(CCUCMBuildAction action, String args, hudson.FilePath ws)
           
static String NameTemplate.parseTemplate(String template, CCUCMBuildAction action, hudson.FilePath ws)
          At this point.
static void NameTemplate.validateTemplates(CCUCMBuildAction action)
          This is the method we use to validate templates.
static void NameTemplate.validateTemplates(CCUCMBuildAction action, hudson.FilePath ws)
           
 

Uses of CCUCMBuildAction in net.praqma.hudson.scm
 

Methods in net.praqma.hudson.scm that return CCUCMBuildAction
static CCUCMBuildAction CCUCMScm.getLastAction(hudson.model.AbstractProject<?,?> project)
          Returns the last CCUCMBuildAction, that has a valid Baseline
 

Methods in net.praqma.hudson.scm with parameters of type CCUCMBuildAction
 void CCUCMScm.generateChangeLog(hudson.model.AbstractBuild<?,?> build, CCUCMBuildAction state, hudson.model.BuildListener listener, File changelogFile, net.praqma.clearcase.ucm.view.SnapshotView snapshotView)
          Generate the change log for poll/sibling mode
 net.praqma.clearcase.ucm.view.SnapshotView CCUCMScm.initializeDeliverView(hudson.model.AbstractBuild<?,?> build, CCUCMBuildAction state, hudson.model.BuildListener listener)
          Initialize the deliver view
 void CCUCMScm.resolveBaselineInput(hudson.model.AbstractBuild<?,?> build, String baselineInput, CCUCMBuildAction action, hudson.model.BuildListener listener)
          Resolve the Baseline parameter and store the information in the Action
 



Copyright © 2004-2015. All Rights Reserved.