Package hudson.plugins.sauce_ondemand
Class TestIDDetails
- java.lang.Object
-
- hudson.plugins.sauce_ondemand.TestIDDetails
-
public class TestIDDetails extends Object
Created by gavinmogan on 2016-04-20.
-
-
Field Summary
Fields Modifier and Type Field Description static PatternSESSION_ID_PATTERN
-
Constructor Summary
Constructors Constructor Description TestIDDetails(String jobId, String jobName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetJobId()StringgetJobName()inthashCode()static TestIDDetailsprocessString(String line)
-
-
-
Field Detail
-
SESSION_ID_PATTERN
public static final Pattern SESSION_ID_PATTERN
-
-
Method Detail
-
processString
public static TestIDDetails processString(@NonNull String line)
-
getJobName
public String getJobName()
-
getJobId
public String getJobId()
-
-