public class

RepositoryUpdateResult

extends Object
java.lang.Object
   ↳ com.atlassian.fisheye.spi.admin.data.RepositoryUpdateResult

Class Overview

Result of modifying a repository, indicating whether a restart and/or reindex is requried for the changes to take effect.

Summary

Public Constructors
RepositoryUpdateResult(boolean restart, boolean reindex)
Public Methods
boolean equals(Object o)
int hashCode()
boolean isReindexRequired()
Whether a full reindex of the repository is required.
boolean isRestartRequired()
Whether a repository restart is required.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RepositoryUpdateResult (boolean restart, boolean reindex)

Public Methods

public boolean equals (Object o)

public int hashCode ()

public boolean isReindexRequired ()

Whether a full reindex of the repository is required.

A full reindex also restarts the repository.

public boolean isRestartRequired ()

Whether a repository restart is required.

public String toString ()