com.almworks.jira.structure.api.effectbatch.EffectState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-api Show documentation
Show all versions of structure-api Show documentation
Public API for the Structure Plugin for JIRA
package com.almworks.jira.structure.api.effectbatch;
import com.atlassian.annotations.Internal;
@Internal
public enum EffectState {
APPLIED, UNDONE
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy