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

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

public class JARContentTrigger
extends ZIPFileContent

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
static class JARContentTrigger.ZIPFileContentDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class org.jenkinsci.plugins.fstrigger.triggers.filecontent.ZIPFileContent
zipEntries
 
Fields inherited from class org.jenkinsci.plugins.fstrigger.core.FSTriggerContentFileType
jobName, log
 
Constructor Summary
JARContentTrigger()
           
 
Method Summary
 
Methods inherited from class org.jenkinsci.plugins.fstrigger.triggers.filecontent.ZIPFileContent
getDescriptor, init, triggeringBuild
 
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
 

Constructor Detail

JARContentTrigger

@DataBoundConstructor
public JARContentTrigger()


Copyright © 2004-2011. All Rights Reserved.