Uses of Class
org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteTimeInfo

Packages that use RemoteTimeInfo
org.apache.maven.plugins.patchtracker.tracking.jira.soap   
 

Uses of RemoteTimeInfo in org.apache.maven.plugins.patchtracker.tracking.jira.soap
 

Methods in org.apache.maven.plugins.patchtracker.tracking.jira.soap that return RemoteTimeInfo
 RemoteTimeInfo RemoteServerInfo.getServerTime()
          Gets the serverTime value for this RemoteServerInfo.
 

Methods in org.apache.maven.plugins.patchtracker.tracking.jira.soap with parameters of type RemoteTimeInfo
 void RemoteServerInfo.setServerTime(RemoteTimeInfo serverTime)
          Sets the serverTime value for this RemoteServerInfo.
 

Constructors in org.apache.maven.plugins.patchtracker.tracking.jira.soap with parameters of type RemoteTimeInfo
RemoteServerInfo(String baseUrl, Calendar buildDate, String buildNumber, RemoteTimeInfo serverTime, String version)
           
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.