public class TestCaseBlock extends hudson.model.AbstractDescribableImpl<TestCaseBlock> implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TestCaseBlock.TestCaseBlockDescriptorImpl |
Constructor and Description |
---|
TestCaseBlock(String projectname,
String testcasename,
String xpath) |
Modifier and Type | Method and Description |
---|---|
String |
displayResult() |
static String |
executTestCasesAndAnalyse(List<TestCaseBlock> blocklist,
Document doc,
String path) |
static String |
getPassword() |
String |
getProjectname() |
String |
getTestcasename() |
static String |
getUrl() |
static String |
getUserId() |
String |
getXpath() |
static void |
setPassword(String passwordTmp,
Boolean clear) |
static void |
setUrl(String urlTmp,
Boolean clear) |
static void |
setUserId(String userIdTmp,
Boolean clear) |
public static String getUserId()
public static String getPassword()
public static String getUrl()
public String getProjectname()
public String getTestcasename()
public String getXpath()
@JavaScriptMethod public String displayResult()
public static String executTestCasesAndAnalyse(List<TestCaseBlock> blocklist, Document doc, String path) throws JenkinsPluginException
JenkinsPluginException
Copyright © 2004-2015. All Rights Reserved.