Class GlobalConfigDTO
java.lang.Object
com.jenkins.testresultsaggregator.data.GlobalConfigDTO
-
Constructor Summary
ConstructorsConstructorDescriptionGlobalConfigDTO(String jenkinsUrl, String userName, String password, String mailNotificationFrom) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetJenkinsUrl(String jenkinsUrl) voidsetMailNotificationFrom(String mailNotificationFrom) voidsetPassword(String password) voidsetUserName(String userName)
-
Constructor Details
-
GlobalConfigDTO
public GlobalConfigDTO() -
GlobalConfigDTO
-
-
Method Details
-
getJenkinsUrl
-
setJenkinsUrl
-
getUserName
-
setUserName
-
getPassword
-
setPassword
-
getMailNotificationFrom
-
setMailNotificationFrom
-