java.lang.Object
com.atlassian.jira.event.issue.field.CustomFieldSelectedForDeletionEvent
public class CustomFieldSelectedForDeletionEvent
extends Object
since 8.16
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
CustomFieldSelectedForDeletionEvent
@Internal
public CustomFieldSelectedForDeletionEvent (Long customFieldId,
Long lastValueUpdate,
Long issuesWithValue,
Long numberOfProjects,
Long numberOfScreens,
boolean deleted,
Long startTime,
Long endTime,
Long bulkStartTime)
Method Details
getCustomFieldId
public Long getCustomFieldId ()
getLastValueUpdate
public Long getLastValueUpdate ()
getIssuesWithValue
public Long getIssuesWithValue ()
getNumberOfProjects
public Long getNumberOfProjects ()
getNumberOfScreens
public Long getNumberOfScreens ()
isDeleted
public boolean isDeleted ()
getStartTime
public Long getStartTime ()
getBulkStartTime
public Long getBulkStartTime ()