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

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

public class ManifestFileContent
extends PropertiesFileContent

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class ManifestFileContent.ManifestFileContentDescriptor
           
 
Nested classes/interfaces inherited from class org.jenkinsci.plugins.fstrigger.triggers.filecontent.PropertiesFileContent
PropertiesFileContent.PropertiesFileContentDescriptor
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class org.jenkinsci.plugins.fstrigger.triggers.filecontent.PropertiesFileContent
allKeys, KEY_SEPARATOR, keys2Inspect
 
Fields inherited from class org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
jobName, log
 
Constructor Summary
ManifestFileContent(String keys2Inspect, boolean allKeys)
           
 
Method Summary
 void init(File file)
          Cycle of the trigger These methods have to be overriden in each trigger implementation
 boolean triggeringBuild(File file)
           
 
Methods inherited from class org.jenkinsci.plugins.fstrigger.triggers.filecontent.PropertiesFileContent
getKeys2Inspect, isAllKeys
 
Methods inherited from class org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
getDescriptor, infoLog, initMemoryFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifestFileContent

@DataBoundConstructor
public ManifestFileContent(String keys2Inspect,
                                                boolean allKeys)
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

Overrides:
init in class PropertiesFileContent
Throws:
FSTriggerException

triggeringBuild

public boolean triggeringBuild(File file)
                        throws FSTriggerException
Overrides:
triggeringBuild in class PropertiesFileContent
Throws:
FSTriggerException


Copyright © 2004-2011. All Rights Reserved.