
com.almworks.jira.structure.api2g.item.ItemResolver 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.item;
import com.atlassian.annotations.Internal;
import com.atlassian.annotations.PublicApi;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
@PublicApi
public interface ItemResolver {
@Nullable
T resolveItem(@Nullable ItemIdentity itemId, @NotNull Class itemClass);
@Internal
@Nullable
Object resolveUnchecked(@Nullable ItemIdentity itemId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy