Uses of Class
org.cyclonedx.model.IdentifiableActionType
-
Packages that use IdentifiableActionType Package Description org.cyclonedx.model -
-
Uses of IdentifiableActionType in org.cyclonedx.model
Fields in org.cyclonedx.model declared as IdentifiableActionType Modifier and Type Field Description private IdentifiableActionTypeCommit. authorprivate IdentifiableActionTypeCommit. committerMethods in org.cyclonedx.model that return IdentifiableActionType Modifier and Type Method Description IdentifiableActionTypeCommit. getAuthor()IdentifiableActionTypeCommit. getCommitter()Methods in org.cyclonedx.model with parameters of type IdentifiableActionType Modifier and Type Method Description voidCommit. setAuthor(IdentifiableActionType author)voidCommit. setCommitter(IdentifiableActionType committer)
-