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

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

public class ZIPFileContent
extends FSTriggerContentFileType

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class ZIPFileContent.ZIPFileContentDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
protected  Enumeration<? extends ZipEntry> zipEntries
           
 
Fields inherited from class org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
jobName, log
 
Constructor Summary
ZIPFileContent()
           
 
Method Summary
 hudson.model.Descriptor<FSTriggerContentFileType> getDescriptor()
           
 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.core.FSTriggerContentFileType
infoLog, initMemoryFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

zipEntries

protected transient Enumeration<? extends ZipEntry> zipEntries
Constructor Detail

ZIPFileContent

@DataBoundConstructor
public ZIPFileContent()
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

triggeringBuild

public boolean triggeringBuild(File file)
                        throws FSTriggerException
Specified by:
triggeringBuild in class FSTriggerContentFileType
Throws:
FSTriggerException

getDescriptor

public hudson.model.Descriptor<FSTriggerContentFileType> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<FSTriggerContentFileType>
Overrides:
getDescriptor in class FSTriggerContentFileType


Copyright © 2004-2011. All Rights Reserved.