public interface

Operation

com.atlassian.crucible.spi.services.Operation<T, E extends java.lang.Throwable>

Class Overview

Interface for operations carried out by services on behalf of plugins

Summary

Public Methods
abstract T perform()

Public Methods

public abstract T perform ()

Throws
Throwable