Uses of Class
com.atlassian.jira.web.filters.accesslog.AccessLogBuilder

Packages that use AccessLogBuilder
com.atlassian.jira.web.filters.accesslog   
 

Uses of AccessLogBuilder in com.atlassian.jira.web.filters.accesslog
 

Methods in com.atlassian.jira.web.filters.accesslog that return AccessLogBuilder
 AccessLogBuilder AccessLogBuilder.setDateOfEvent(org.joda.time.ReadableInstant dateOfEvent)
          Sets the date of the log event.
 AccessLogBuilder AccessLogBuilder.setHttpStatusCode(int httpStatusCode)
          Sets the HTTP status code
 AccessLogBuilder AccessLogBuilder.setRequestId(java.lang.String requestId)
          Sets a request id into the builder
 AccessLogBuilder AccessLogBuilder.setResponseContentLength(long responseContentLength)
          Sets the response content length
 AccessLogBuilder AccessLogBuilder.setResponseTimeMS(long responseTimeMS)
          Sets the response time in milliseconds
 AccessLogBuilder AccessLogBuilder.setSessionId(java.lang.String sessionId)
          Sets the sessionId to use in this builder
 AccessLogBuilder AccessLogBuilder.setUrl(java.lang.String url)
          Sets the URL of the builder
 AccessLogBuilder AccessLogBuilder.setUserName(java.lang.String userName)
          Sets the user name to use in the log
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.