com.microsoft.tfs.core.clients.reporting
Interface ReportNodeType


public interface ReportNodeType

Constants defining known node types for reports service.

Since:
TEE-SDK-10.1
Thread-safety:
immutable

Field Summary
static java.lang.String FOLDER
           
static java.lang.String REPORT
           
static java.lang.String UNKNOWN
           
 

Field Detail

UNKNOWN

static final java.lang.String UNKNOWN
Constant Field Value:
"Unknown"
See Also:
Constant Field Values

FOLDER

static final java.lang.String FOLDER
Constant Field Value:
"Folder"
See Also:
Constant Field Values

REPORT

static final java.lang.String REPORT
Constant Field Value:
"Report"
See Also:
Constant Field Values


© 2015 Microsoft. All rights reserved.