org.jenkinsci.plugins.dostrigger
Class DosTrigger

java.lang.Object
  extended by hudson.triggers.Trigger<hudson.model.Project>
      extended by org.jenkinsci.plugins.dostrigger.DosTrigger
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.triggers.Trigger<?>>
Direct Known Subclasses:
DosTrigger

public class DosTrigger
extends hudson.triggers.Trigger<hudson.model.Project>


Nested Class Summary
static class DosTrigger.DescriptorImpl
           
 
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
DosTrigger(String schedule, String script)
           
 
Method Summary
 String getSchedule()
           
 String getScript()
           
 hudson.EnvVars initCharacteristicEnvVars(hudson.EnvVars env)
          Builds up the environment variable map of build settings for the job which the trigger is examining.
 void run()
          Plugin entry point is here.
 
Methods inherited from class hudson.triggers.Trigger
all, checkTriggers, for_, getDescriptor, getProjectAction, getProjectActions, getSpec, init, readResolve, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DosTrigger

@DataBoundConstructor
public DosTrigger(String schedule,
                                       String script)
           throws antlr.ANTLRException
Throws:
antlr.ANTLRException
Method Detail

getScript

public String getScript()

getSchedule

public String getSchedule()

run

public void run()
Plugin entry point is here.

Overrides:
run in class hudson.triggers.Trigger<hudson.model.Project>

initCharacteristicEnvVars

public final hudson.EnvVars initCharacteristicEnvVars(hudson.EnvVars env)
Builds up the environment variable map of build settings for the job which the trigger is examining.



Copyright © 2004-2011. All Rights Reserved.