Uses of Class
com.tikal.hudson.plugins.notification.Phase

Packages that use Phase
com.tikal.hudson.plugins.notification   
com.tikal.hudson.plugins.notification.model   
 

Uses of Phase in com.tikal.hudson.plugins.notification
 

Methods in com.tikal.hudson.plugins.notification that return Phase
static Phase Phase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Phase[] Phase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.tikal.hudson.plugins.notification with parameters of type Phase
 void Protocol.sendNotification(String url, hudson.model.Job job, hudson.model.Run run, Phase phase, String status)
           
 

Uses of Phase in com.tikal.hudson.plugins.notification.model
 

Methods in com.tikal.hudson.plugins.notification.model that return Phase
 Phase BuildState.getPhase()
           
 

Methods in com.tikal.hudson.plugins.notification.model with parameters of type Phase
 void BuildState.setPhase(Phase phase)
           
 



Copyright © 2004-2013. All Rights Reserved.