Uses of Enum Class
ubic.gemma.model.common.auditAndSecurity.curation.ExternalIssueSyncState
Packages that use ExternalIssueSyncState
-
Uses of ExternalIssueSyncState in ubic.gemma.model.common.auditAndSecurity.curation
Subclasses with type arguments of type ExternalIssueSyncState in ubic.gemma.model.common.auditAndSecurity.curationModifier and TypeClassDescriptionenumSync state of aTicket's optional GitHub-issue mirror (Decision 7 ofAUDIT_AS_WORKFLOW_RECCE.md).Methods in ubic.gemma.model.common.auditAndSecurity.curation that return ExternalIssueSyncStateModifier and TypeMethodDescriptionTicket.getExternalIssueSyncState()TicketValueObject.getExternalIssueSyncState()static ExternalIssueSyncStateReturns the enum constant of this class with the specified name.static ExternalIssueSyncState[]ExternalIssueSyncState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ubic.gemma.model.common.auditAndSecurity.curation with parameters of type ExternalIssueSyncStateModifier and TypeMethodDescriptionvoidTicket.setExternalIssueSyncState(ExternalIssueSyncState externalIssueSyncState) voidTicketValueObject.setExternalIssueSyncState(ExternalIssueSyncState externalIssueSyncState)