public class

MigrationChangedValue

extends Object
implements ChangedValue
java.lang.Object
   ↳ com.atlassian.jira.upgrade.tasks.role.MigrationChangedValue

Summary

Public Constructors
MigrationChangedValue(String name, String oldState, String newState)
Public Methods
boolean equals(Object o)
@Nullable String getFrom()
@Nonnull String getName()
@Nullable String getTo()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.auditing.ChangedValue

Public Constructors

public MigrationChangedValue (String name, String oldState, String newState)

Public Methods

public boolean equals (Object o)

@Nullable public String getFrom ()

@Nonnull public String getName ()

@Nullable public String getTo ()

public int hashCode ()

public String toString ()