Serialized Form
-
Package com.mooltiverse.oss.nyx
-
Class com.mooltiverse.oss.nyx.NyxException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.mooltiverse.oss.nyx.ReleaseException extends NyxException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.mooltiverse.oss.nyx.entities
-
Class com.mooltiverse.oss.nyx.entities.IllegalPropertyException extends NyxException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.mooltiverse.oss.nyx.entities.git
-
Class com.mooltiverse.oss.nyx.entities.git.Action extends Object implements Serializable
-
Class com.mooltiverse.oss.nyx.entities.git.Commit extends Object implements Serializable
-
Serialized Fields
-
authorAction
Action authorAction
The author data -
commitAction
Action commitAction
The committer data -
date
int date
The commit date. -
message
Message message
The commit message -
parents
List<String> parents
The parents SHA's. -
sha
String sha
The commit SHA-1 identifier. -
tags
Set<Tag> tags
The tags associated to the commit.
-
-
-
Class com.mooltiverse.oss.nyx.entities.git.Identity extends Object implements Serializable
-
Class com.mooltiverse.oss.nyx.entities.git.Message extends Object implements Serializable
-
Class com.mooltiverse.oss.nyx.entities.git.Tag extends Object implements Serializable
-
Class com.mooltiverse.oss.nyx.entities.git.TimeStamp extends Object implements Serializable
-
-
Package com.mooltiverse.oss.nyx.git
-
Class com.mooltiverse.oss.nyx.git.GitException extends NyxException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.mooltiverse.oss.nyx.io
-
Class com.mooltiverse.oss.nyx.io.DataAccessException extends NyxException implements Serializable
- serialVersionUID:
- 1L
-
Class com.mooltiverse.oss.nyx.io.TransportException extends NyxException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.mooltiverse.oss.nyx.services
-
Class com.mooltiverse.oss.nyx.services.SecurityException extends ServiceException implements Serializable
- serialVersionUID:
- 1L
-
Class com.mooltiverse.oss.nyx.services.ServiceException extends NyxException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.mooltiverse.oss.nyx.version
-
Class com.mooltiverse.oss.nyx.version.SemanticVersion extends Version implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
buildIdentifier
com.mooltiverse.oss.nyx.version.SemanticVersionBuildIdentifier buildIdentifier
The identifier of the build part of the version. It may benull
. -
coreIdentifier
com.mooltiverse.oss.nyx.version.SemanticVersionCoreIdentifier coreIdentifier
The identifier of the core version part. It can't benull
. -
prereleaseIdentifier
com.mooltiverse.oss.nyx.version.SemanticVersionPreReleaseIdentifier prereleaseIdentifier
The identifier of the pre-release part of the version. It may benull
.
-
-
Class com.mooltiverse.oss.nyx.version.Version extends Object implements Serializable
- serialVersionUID:
- 1L
-