org.jenkinsci.plugins.deploy.weblogic.trigger
Class DeploymentTrigger

java.lang.Object
  extended by hudson.triggers.Trigger<hudson.model.BuildableItem>
      extended by org.jenkinsci.plugins.deploy.weblogic.trigger.DeploymentTrigger
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.triggers.Trigger<?>>

public class DeploymentTrigger
extends hudson.triggers.Trigger<hudson.model.BuildableItem>

Author:
rchaumie

Nested Class Summary
static class DeploymentTrigger.DeploymentTriggerDescriptor
           
 
Nested classes/interfaces inherited from class hudson.triggers.Trigger
hudson.triggers.Trigger.Cron
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.triggers.Trigger
job, spec, tabs, timer
 
Constructor Summary
DeploymentTrigger(String schedule)
           
 
Method Summary
 DeploymentTrigger.DeploymentTriggerDescriptor getDescriptor()
           
 
Methods inherited from class hudson.triggers.Trigger
all, checkTriggers, for_, getProjectAction, getProjectActions, getSpec, init, readResolve, run, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentTrigger

@DataBoundConstructor
public DeploymentTrigger(String schedule)
                  throws antlr.ANTLRException
Throws:
antlr.ANTLRException
Method Detail

getDescriptor

public DeploymentTrigger.DeploymentTriggerDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.triggers.Trigger<?>>
Overrides:
getDescriptor in class hudson.triggers.Trigger<hudson.model.BuildableItem>


Copyright © 2004-2013. All Rights Reserved.