Package com.xebialabs.xlrelease.builder
Class UserProfileBuilder
java.lang.Object
com.xebialabs.xlrelease.builder.UserProfileBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.xlrelease.domain.UserProfilebuild()static UserProfileBuilderwithAnalyticsEnabled(boolean analyticsEnabled) withDateFormat(String dateFormat) withFirstDayOfWeek(int firstDayOfWeek) withFullName(String fullName) withLastActive(Date lastActive) withLoginAllowed(boolean loginAllowed) withTimeFormat(String timeFormat)
-
Method Details
-
newUserProfile
-
withId
-
withFullName
-
withEmail
-
withLoginAllowed
-
withDateFormat
-
withTimeFormat
-
withFirstDayOfWeek
-
withLastActive
-
withAnalyticsEnabled
-
build
public com.xebialabs.xlrelease.domain.UserProfile build()
-