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

Packages that use FSTriggerException
org.jenkinsci.plugins.fstrigger.core   
org.jenkinsci.plugins.fstrigger.triggers   
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.isTriggeringBuild(File file, FSTriggerLog log)
           
 

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

Methods in org.jenkinsci.plugins.fstrigger.triggers that throw FSTriggerException
 boolean FolderContentTrigger.checkIfModified(FSTriggerLog log)
           
 boolean FileNameTrigger.checkIfModified(FSTriggerLog log)
           
abstract  boolean AbstractTrigger.checkIfModified(FSTriggerLog log)
          Checks if the new folder Content has been modified The date time and the content file are used.
 

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.isTriggeringBuild(File file, FSTriggerLog log)
           
 boolean SimpleFileContent.isTriggeringBuild(File file, FSTriggerLog log)
           
 boolean PropertiesFileContent.isTriggeringBuild(File file, FSTriggerLog log)
           
 boolean ManifestFileContent.isTriggeringBuild(File file, FSTriggerLog log)
           
 boolean LogFileContentTrigger.isTriggeringBuild(File file, FSTriggerLog log)
           
 



Copyright © 2004-2011. All Rights Reserved.