com.atlassian.jira.functest.framework.log
Interface FuncTestLogger

All Known Implementing Classes:
AbstractFuncTestUtil, AbstractNavigationUtil, AbstractSubscriptionEmailTest, AdministrationImpl, AdminTabsImpl, AdvancedApplicationPropertiesImpl, ApplicationPropertiesControl, AssertionsImpl, AsynchronousTasks, AttachmentsImpl, BackdoorControl, CustomFieldsImpl, CvsModulesImpl, DarkFeaturesControl, DashboardAssertionsImpl, DataImportControl, EditNotificationsImpl, EmailFuncTestCase, EnvironmentUtils, FieldConfigurationSchemesImpl, FieldConfigurationsImpl, FieldScreenAssociationsImpl, FilterParserImpl, FuncTestCase, FuncTestCaseJiraSetup, FuncTestLoggerImpl, GeneralConfigurationImpl, I18nControl, IssueNavigationImpl, IssueNavigatorAssertionsImpl, IssueNavigatorNavigationImpl, IssueNavigatorParserImpl, IssueParserImpl, IssuesControl, IssueSecurityLevelImpl, IssueSecuritySchemesImpl, JiraFormAssertionsImpl, JiraMessageAssertionsImpl, LabelAssertionsImpl, LinkAssertionsImpl, MailServersControl, ManageFiltersNavigation, NavigationImpl, NotificationSchemesImpl, ParserImpl, PermissionSchemesControl, PermissionSchemesImpl, PermissionsControl, PluginsImpl, ProjectControl, ProjectImpl, ProjectImportImpl, ResolutionsImpl, RolesImpl, SearchRequestControl, ServicesControl, SubtasksImpl, SystemInfoParserImpl, TableAssertions, TextAssertionsImpl, TimeTrackingImpl, URLAssertionsImpl, UserAssertions, UserProfileControl, UserProfileImpl, UsersAndGroupsControl, ViewFieldScreensImpl, ViewIssueAssertions, ViewWorkflowsImpl, WorkflowSchemesImpl, WorkflowsImpl, WorkflowStepsImpl, WorkflowTransitionImpl

public interface FuncTestLogger

Implementors of this interface can log information to the func test log.

Since:
v3.13

Method Summary
 void log(Object logData)
          This will data via a String.valueOf(logData) in the specified object.
 void log(Throwable t)
           
 

Method Detail

log

void log(Object logData)
This will data via a String.valueOf(logData) in the specified object.

Parameters:
logData - the objct to log via String.valueOf().

log

void log(Throwable t)


Copyright © 2002-2012 Atlassian. All Rights Reserved.