Package com.xebialabs.xlrelease.domain
Class ActivityLogEntry
java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.xlrelease.domain.ActivityLogEntry
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem,Serializable,Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>
@Metadata(description="Log of something that happened in XL Release.",
root=APPLICATIONS,
versioned=false)
public class ActivityLogEntry
extends com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
- See Also:
-
Field Summary
FieldsFields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD -
Constructor Summary
ConstructorsConstructorDescriptionActivityLogEntry(String activityType, String message) ActivityLogEntry(Date eventTime, String activityType, String username, String message, String targetType, String targetId) ActivityLogEntry(Date eventTime, String activityType, String username, String message, String targetType, String targetId, String dataId) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidvoidvoidsetEventTime(Date eventTime) voidsetMessage(String message) voidsetTargetId(String targetId) voidsetTargetType(String targetType) voidsetUsername(String username) toString()Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
compareTo, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getType, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType
-
Field Details
-
BY_EVENT_TIME
-
-
Constructor Details
-
ActivityLogEntry
public ActivityLogEntry() -
ActivityLogEntry
-
ActivityLogEntry
-
ActivityLogEntry
-
-
Method Details
-
hasUsername
public boolean hasUsername() -
getUsername
-
setUsername
-
getActivityType
-
setMessage
-
getMessage
-
getEventTime
-
setEventTime
-
setTargetType
-
getTargetType
-
setTargetId
-
getTargetId
-
getDataId
-
setDataId
-
toString
- Overrides:
toStringin classcom.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
-
logEntryToInfo
public void logEntryToInfo() -
equals
- Overrides:
equalsin classcom.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
-