org.sonar.api.issue
Interface DefaultTransitions


public interface DefaultTransitions

Since:
3.6

Field Summary
static String CLOSE
           
static String CONFIRM
           
static String FALSE_POSITIVE
           
static String REOPEN
           
static String RESOLVE
           
static String UNCONFIRM
           
 

Field Detail

CONFIRM

static final String CONFIRM
See Also:
Constant Field Values

UNCONFIRM

static final String UNCONFIRM
See Also:
Constant Field Values

REOPEN

static final String REOPEN
See Also:
Constant Field Values

RESOLVE

static final String RESOLVE
See Also:
Constant Field Values

FALSE_POSITIVE

static final String FALSE_POSITIVE
See Also:
Constant Field Values

CLOSE

static final String CLOSE
See Also:
Constant Field Values


Copyright © 2009-2013 SonarSource. All Rights Reserved.