org.jenkinsci.plugins.fstrigger.triggers.filecontent
Class SimpleFileContent

java.lang.Object
  extended by org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
      extended by org.jenkinsci.plugins.fstrigger.triggers.filecontent.SimpleFileContent
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<FSTriggerContentFileType>, Serializable

public class SimpleFileContent
extends FSTriggerContentFileType

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class SimpleFileContent.SimpleFileContentDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
jobName
 
Constructor Summary
SimpleFileContent()
           
 
Method Summary
 void init(File file)
          Cycle of the trigger These methods have to be overriden in each trigger implementation
 boolean isTriggeringBuild(File file, FSTriggerLog log)
           
 
Methods inherited from class org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
getDescriptor, initMemoryFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFileContent

@DataBoundConstructor
public SimpleFileContent()
Method Detail

init

public void init(File file)
          throws FSTriggerException
Description copied from class: FSTriggerContentFileType
Cycle of the trigger These methods have to be overriden in each trigger implementation

Specified by:
init in class FSTriggerContentFileType
Throws:
FSTriggerException

isTriggeringBuild

public boolean isTriggeringBuild(File file,
                                 FSTriggerLog log)
                          throws FSTriggerException
Specified by:
isTriggeringBuild in class FSTriggerContentFileType
Throws:
FSTriggerException


Copyright © 2004-2011. All Rights Reserved.