Uses of Class
org.cert.cc.jira.atc.config.Trigger

Packages that use Trigger
org.cert.cc.jira.atc   
org.cert.cc.jira.atc.config   
 

Uses of Trigger in org.cert.cc.jira.atc
 

Methods in org.cert.cc.jira.atc with parameters of type Trigger
 void AutomatedTaskCreator.execute(Trigger trigger)
          Main method
 

Uses of Trigger in org.cert.cc.jira.atc.config
 

Methods in org.cert.cc.jira.atc.config that return Trigger
static Trigger Trigger.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Trigger[] Trigger.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cert.cc.jira.atc.config that return types with arguments of type Trigger
 Set<Trigger> IssueTypeConfiguration.getTriggers()
           
 

Methods in org.cert.cc.jira.atc.config with parameters of type Trigger
 Set<IssueConfiguration> ProjectConfiguration.getIssueConfigurations(IssueType issueType, Trigger trigger)
          Returns a Set of IssueConfigurations for an issueTypeName and trigger.
 boolean IssueTypeConfiguration.matches(IssueType issueType, Trigger trigger)
          Returns if this IssueTypeConfiguration is used for the specified issueType and trigger.
 



Copyright © 2012 Carnegie Mellon University