Interface IBugTracker
Namespace: ArtOfTest.WebAii.Design.Extensibility.BugTracking
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IBugTracker
Properties
ConnectionUI
ErrorMessage
Declaration
string ErrorMessage { get; }
Property Value
|
System.String
|
IsConfigured
Declaration
bool IsConfigured { get; }
Property Value
|
System.Boolean
|
Name
Declaration
string Name { get; }
Property Value
|
System.String
|
Methods
ApplyPersistableSettings(BugTrackerPersistableSettings)
Declaration
bool ApplyPersistableSettings(BugTrackerPersistableSettings settings)
Parameters
|
BugTrackerPersistableSettings
settings
|
Returns
|
System.Boolean
|
GetPersistableSettings()
Declaration
BugTrackerPersistableSettings GetPersistableSettings()
Returns
|
BugTrackerPersistableSettings
|
ResetSettings()
Declaration
void ResetSettings()