public class Settings extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Settings.JiraSettings |
Modifier and Type | Field and Description |
---|---|
static String |
currentApiVersion
The API version need to be updated when relevant structural changes to TAF occurs.
|
static String |
dateFormatForLogFileLogEntries
Log file time stamp format.
|
static boolean |
debug |
static String |
jiraAddress
For Jira interaction
|
static String |
jiraPassword |
static String |
jiraUserName |
static int |
port
The IP port where this server sets up it endpoint at.
|
static String |
serverVersion
Current Testlink Adapter Server version
|
static String |
testSummaryForCreatedTests |
static String |
transactionLogFileName
Log file name for transaction log.
|
static String |
zephyrAPIkey
The se.sek.any2zephyr.zephyr developer key generated for a jiraUserName in the Testlink GUI (User Account Page).
|
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
static void |
attemptToReadFromFile() |
static void |
attemptToSaveSettingsToFile() |
public static String jiraAddress
public static String jiraUserName
public static String jiraPassword
public static int port
public static String serverVersion
public static String currentApiVersion
public static String zephyrAPIkey
public static String transactionLogFileName
public static String testSummaryForCreatedTests
public static boolean debug
public static String dateFormatForLogFileLogEntries
Copyright © 2018. All rights reserved.