com.microsoft.tfs.core.clients.framework.configuration.compatibility
Class ReportingServerCompatibilityEntity

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.configuration.compatibility.TFSCompatibilityEntity
      extended by com.microsoft.tfs.core.clients.framework.configuration.compatibility.ReportingServerCompatibilityEntity
All Implemented Interfaces:
ReportingServerEntity, TFSEntity

public class ReportingServerCompatibilityEntity
extends TFSCompatibilityEntity
implements ReportingServerEntity

Since:
TEE-SDK-10.1

Constructor Summary
ReportingServerCompatibilityEntity(TFSCompatibilityEntity parent)
           
 
Method Summary
 java.lang.String getDefaultItemPath()
           
 java.lang.String getDisplayName()
           
 ServiceDefinition getReportManagerDefinition()
           
 java.lang.String getReportManagerURL()
           
 ServiceDefinition getReportWebServiceDefinition()
           
 java.lang.String getReportWebServiceURL()
           
 com.microsoft.tfs.util.GUID getResourceID()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.framework.configuration.compatibility.TFSCompatibilityEntity
getAncestorOfType, getConnection, getDescription, getDisplayPath, getParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.microsoft.tfs.core.clients.framework.configuration.TFSEntity
getDescription, getDisplayPath, getParent
 

Constructor Detail

ReportingServerCompatibilityEntity

public ReportingServerCompatibilityEntity(TFSCompatibilityEntity parent)
Method Detail

getResourceID

public com.microsoft.tfs.util.GUID getResourceID()
Specified by:
getResourceID in interface TFSEntity

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface TFSEntity

getDefaultItemPath

public java.lang.String getDefaultItemPath()
Specified by:
getDefaultItemPath in interface ReportingServerEntity

getReportManagerDefinition

public ServiceDefinition getReportManagerDefinition()
Specified by:
getReportManagerDefinition in interface ReportingServerEntity

getReportManagerURL

public java.lang.String getReportManagerURL()
Specified by:
getReportManagerURL in interface ReportingServerEntity

getReportWebServiceDefinition

public ServiceDefinition getReportWebServiceDefinition()
Specified by:
getReportWebServiceDefinition in interface ReportingServerEntity

getReportWebServiceURL

public java.lang.String getReportWebServiceURL()
Specified by:
getReportWebServiceURL in interface ReportingServerEntity


© 2015 Microsoft. All rights reserved.