Class ImportConfig
java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.test.config.TMSConfig
de.tracetronic.jenkins.plugins.ecutest.test.config.ImportConfig
- All Implemented Interfaces:
ExpandableConfig
,Describable<TMSConfig>
,Serializable
- Direct Known Subclasses:
ImportPackageConfig
,ImportProjectArchiveConfig
,ImportProjectConfig
Common base class for
ImportPackageConfig
and ImportProjectConfig
.- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class de.tracetronic.jenkins.plugins.ecutest.test.config.TMSConfig
DEFAULT_TIMEOUT
-
Constructor Summary
ConstructorsConstructorDescriptionImportConfig
(String tmsPath, String importPath, String credentialsId, String timeout) Instantiates a newImportConfig
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Implementation according to Equality Pitfall #4.boolean
int
hashCode()
Methods inherited from class de.tracetronic.jenkins.plugins.ecutest.test.config.TMSConfig
all, getCredentials, getCredentialsId, getDefaultTimeout, getDescriptor, getParsedTimeout, getTimeout
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.tracetronic.jenkins.plugins.ecutest.test.config.ExpandableConfig
expand
-
Constructor Details
-
ImportConfig
Instantiates a newImportConfig
.- Parameters:
tmsPath
- the path in the test management systemimportPath
- the import target pathcredentialsId
- the credentials idtimeout
- the timeout
-
-
Method Details
-
getTmsPath
-
getImportPath
-
equals
-
canEqual
Implementation according to Equality Pitfall #4.- Parameters:
other
- the other object- Returns:
true
if the other object is an instance of the class in which canEqual is (re)defined,false
otherwise.
-
hashCode
public int hashCode()
-