Uses of Class
org.jenkinsci.plugins.fstrigger.FSTriggerException

Packages that use FSTriggerException
org.jenkinsci.plugins.fstrigger.core   
org.jenkinsci.plugins.fstrigger.triggers.filecontent   
 

Uses of FSTriggerException in org.jenkinsci.plugins.fstrigger.core
 

Methods in org.jenkinsci.plugins.fstrigger.core that throw FSTriggerException
abstract  void FSTriggerContentFileType.init(File file)
          Cycle of the trigger These methods have to be overriden in each trigger implementation
 void FSTriggerContentFileType.initMemoryFields(String jobName, File file)
           
abstract  boolean FSTriggerContentFileType.triggeringBuild(File file)
           
 

Uses of FSTriggerException in org.jenkinsci.plugins.fstrigger.triggers.filecontent
 

Methods in org.jenkinsci.plugins.fstrigger.triggers.filecontent that throw FSTriggerException
 void ZIPFileContent.init(File file)
           
 void SimpleFileContent.init(File file)
           
 void PropertiesFileContent.init(File file)
           
 void ManifestFileContent.init(File file)
           
 void LogFileContentTrigger.init(File file)
           
 boolean ZIPFileContent.triggeringBuild(File file)
           
 boolean SimpleFileContent.triggeringBuild(File file)
           
 boolean PropertiesFileContent.triggeringBuild(File file)
           
 boolean ManifestFileContent.triggeringBuild(File file)
           
 boolean LogFileContentTrigger.triggeringBuild(File file)
           
 



Copyright © 2004-2011. All Rights Reserved.