hudson.plugins.global_build_stats
Interface BuildResultStatusesConstants


public interface BuildResultStatusesConstants

Constants for differents build result statuses


Field Summary
static java.lang.String ABORTED
           
static java.lang.String FAILURES
           
static java.lang.String NOT_BUILD
           
static java.lang.String SUCCESS
           
static java.lang.String UNSTABLES
           
 

Field Detail

ABORTED

static final java.lang.String ABORTED
See Also:
Constant Field Values

SUCCESS

static final java.lang.String SUCCESS
See Also:
Constant Field Values

FAILURES

static final java.lang.String FAILURES
See Also:
Constant Field Values

UNSTABLES

static final java.lang.String UNSTABLES
See Also:
Constant Field Values

NOT_BUILD

static final java.lang.String NOT_BUILD
See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.