
com.almworks.jira.structure.api2g.v2.AppliedEffectBatch 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.api2g.v2;
import com.atlassian.annotations.PublicApi;
import org.jetbrains.annotations.NotNull;
import java.util.List;
@PublicApi
public interface AppliedEffectBatch {
long getBatchId();
@NotNull
List getEffects();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy