Uses of Class
com.atlassian.jira.util.NotNull

Packages that use NotNull
com.atlassian.jira   
com.atlassian.jira.action.issue.customfields   
com.atlassian.jira.avatar   
com.atlassian.jira.config.util   
com.atlassian.jira.dev.reference.plugin.jql   
com.atlassian.jira.functest.framework.assertions   
com.atlassian.jira.index   
com.atlassian.jira.issue.customfields   
com.atlassian.jira.issue.customfields.impl   
com.atlassian.jira.issue.fields.config.manager   
com.atlassian.jira.issue.fields.option   
com.atlassian.jira.issue.index   
com.atlassian.jira.issue.search   
com.atlassian.jira.issue.search.managers   
com.atlassian.jira.issue.search.util   
com.atlassian.jira.issue.vote   
com.atlassian.jira.issue.watchers   
com.atlassian.jira.jql.builder   
com.atlassian.jira.jql.context   
com.atlassian.jira.jql.query   
com.atlassian.jira.jql.resolver   
com.atlassian.jira.jql.validator   
com.atlassian.jira.mock.issue.index   
com.atlassian.jira.mock.user   
com.atlassian.jira.notification.type   
com.atlassian.jira.plugin.jql.function   
com.atlassian.jira.plugin.webfragment   
com.atlassian.jira.plugin.webfragment.model   
com.atlassian.jira.plugin.webresource   
com.atlassian.jira.project   
com.atlassian.jira.security.type   
com.atlassian.jira.startup   
com.atlassian.jira.task   
com.atlassian.jira.task.context   
com.atlassian.jira.user   
com.atlassian.jira.user.util   
com.atlassian.jira.util   
com.atlassian.jira.util.cache   
com.atlassian.jira.util.collect   
com.atlassian.jira.util.index   
com.atlassian.jira.util.lang   
com.atlassian.jira.util.log   
com.atlassian.jira.web.component   
com.atlassian.jira.workflow   
com.atlassian.query.order   
 

Uses of NotNull in com.atlassian.jira
 

Method parameters in com.atlassian.jira with annotations of type NotNull
 boolean JiraDataType.matches(JiraDataType otherType)
          Determines if this type matches the passed in other JiraDataType.
 

Uses of NotNull in com.atlassian.jira.action.issue.customfields
 

Methods in com.atlassian.jira.action.issue.customfields with annotations of type NotNull
 List MockCustomFieldType.getConfigurationItemTypes()
           
 Map<String,Object> MockCustomFieldType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 

Uses of NotNull in com.atlassian.jira.avatar
 

Methods in com.atlassian.jira.avatar with annotations of type NotNull
 Avatar AvatarManager.create(Avatar avatar)
          Creates a database record for the given avatar.
 Avatar AvatarManager.create(Avatar avatar, InputStream image, Selection selection)
          Creates a database record for the given avatar and uses the content of the InputStream as the image.
 Avatar AvatarManager.create(String fileName, String contentType, ApplicationUser owner, InputStream image, Selection selection)
          Creates a database record for the given avatar and uses the content of the InputStream as the image.
 Avatar AvatarManager.create(String fileName, String contentType, Project owner, InputStream image, Selection selection)
          Creates a database record for the given avatar and uses the content of the InputStream as the image.
 List<Avatar> AvatarManager.getAllSystemAvatars(Avatar.Type type)
          Provides a list of all system avatars.
 File AvatarManager.getAvatarBaseDirectory()
          Returns the directory for storing avatars.
 Avatar.Type Avatar.getAvatarType()
          The type of Avatar.
 String AvatarImpl.getContentType()
           
 String Avatar.getContentType()
          The MIME type of the avatar image file.
 List<Avatar> AvatarManager.getCustomAvatarsForOwner(Avatar.Type type, String ownerId)
          Provides a list of all avatars that are of the given type which have the given owner.
 Long AvatarManager.getDefaultAvatarId(Avatar.Type ofType)
          Gets the default avatar for the given type.
 String Avatar.getFileName()
          The base filename to the avatar image file.
 String Avatar.getOwner()
          A String representation of the identity of the domain object that this avatar is an avatar for! For example, if it is a user avatar, it would be the username (since that is the primary key), for a Project it is the project ID as a String.
 

Uses of NotNull in com.atlassian.jira.config.util
 

Methods in com.atlassian.jira.config.util with annotations of type NotNull
 File MockJiraHome.getHome()
           
abstract  File AbstractJiraHome.getHome()
           
 File DefaultJiraHome.getHome()
           
 File JiraHome.getHome()
          Get the File object representing the JIRA home directory.
 

Constructor parameters in com.atlassian.jira.config.util with annotations of type NotNull
IndexWriterConfiguration.PropertiesAdaptor(ApplicationProperties properties)
           
 

Uses of NotNull in com.atlassian.jira.dev.reference.plugin.jql
 

Method parameters in com.atlassian.jira.dev.reference.plugin.jql with annotations of type NotNull
 List<QueryLiteral> EchoJqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 List<QueryLiteral> EchoJqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 List<QueryLiteral> EchoJqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet EchoJqlFunction.validate(com.atlassian.crowd.embedded.api.User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet EchoJqlFunction.validate(com.atlassian.crowd.embedded.api.User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 

Uses of NotNull in com.atlassian.jira.functest.framework.assertions
 

Method parameters in com.atlassian.jira.functest.framework.assertions with annotations of type NotNull
 void HTMLAssertions.assertContains(String original, String expected)
          The original should contain the expected text, regardless of whether it is encoded or not.
 void HTMLAssertions.assertContains(String original, String expected)
          The original should contain the expected text, regardless of whether it is encoded or not.
 void HTMLAssertions.assertResponseContains(net.sourceforge.jwebunit.WebTester tester, String expected)
          The original should contain the expected text, regardless of whether it is encoded or not.
 void HTMLAssertions.assertResponseContains(net.sourceforge.jwebunit.WebTester tester, String expected)
          The original should contain the expected text, regardless of whether it is encoded or not.
 

Uses of NotNull in com.atlassian.jira.index
 

Methods in com.atlassian.jira.index with annotations of type NotNull
 org.apache.lucene.analysis.Analyzer Configuration.getAnalyzer()
           
 org.apache.lucene.store.Directory Configuration.getDirectory()
           
 Index Index.Manager.getIndex()
          Get the current IndexConnection this manager holds.
 org.apache.lucene.search.IndexSearcher Index.Manager.getSearcher()
          Get the current IndexSearcher from the Index.
 IndexWriterConfiguration.WriterSettings Configuration.getWriterSettings(Index.UpdateMode mode)
           
 Index.Result Index.perform(Index.Operation operation)
          Perform an Index.Operation on the index.
 

Method parameters in com.atlassian.jira.index with annotations of type NotNull
 CompositeResultBuilder CompositeResultBuilder.add(Index.Result result)
           
 CompositeResultBuilder CompositeResultBuilder.addCompletionTask(Runnable runnable)
           
static Index.Manager Indexes.createQueuedIndexManager(String name, Configuration config)
          Creates an index where the index operations are placed on a queue and the actual work is done on a background thread.
static Index.Manager Indexes.createQueuedIndexManager(String name, Configuration config)
          Creates an index where the index operations are placed on a queue and the actual work is done on a background thread.
static Index.Manager Indexes.createSimpleIndexManager(Configuration config)
          Creates an index where the index operation work is done in the calling thread.
static Index.Operation Operations.newConditionalUpdate(org.apache.lucene.index.Term term, org.apache.lucene.document.Document document, Index.UpdateMode mode, String optimisticLockField)
           
static Index.Operation Operations.newConditionalUpdate(org.apache.lucene.index.Term term, org.apache.lucene.document.Document document, Index.UpdateMode mode, String optimisticLockField)
           
static Index.Operation Operations.newConditionalUpdate(org.apache.lucene.index.Term term, org.apache.lucene.document.Document document, Index.UpdateMode mode, String optimisticLockField)
           
static Index.Operation Operations.newConditionalUpdate(org.apache.lucene.index.Term term, org.apache.lucene.document.Document document, Index.UpdateMode mode, String optimisticLockField)
           
static Index.Operation Operations.newCreate(Collection<org.apache.lucene.document.Document> documents, Index.UpdateMode mode)
           
static Index.Operation Operations.newCreate(Collection<org.apache.lucene.document.Document> documents, Index.UpdateMode mode)
           
static Index.Operation Operations.newCreate(org.apache.lucene.document.Document document, Index.UpdateMode mode)
           
static Index.Operation Operations.newCreate(org.apache.lucene.document.Document document, Index.UpdateMode mode)
           
static Index.Operation Operations.newDelete(org.apache.lucene.index.Term term, Index.UpdateMode mode)
           
static Index.Operation Operations.newDelete(org.apache.lucene.index.Term term, Index.UpdateMode mode)
           
static Index.Operation Operations.newUpdate(org.apache.lucene.index.Term term, Collection<org.apache.lucene.document.Document> documents, Index.UpdateMode mode)
           
static Index.Operation Operations.newUpdate(org.apache.lucene.index.Term term, Collection<org.apache.lucene.document.Document> documents, Index.UpdateMode mode)
           
static Index.Operation Operations.newUpdate(org.apache.lucene.index.Term term, Collection<org.apache.lucene.document.Document> documents, Index.UpdateMode mode)
           
static Index.Operation Operations.newUpdate(org.apache.lucene.index.Term term, org.apache.lucene.document.Document document, Index.UpdateMode mode)
           
static Index.Operation Operations.newUpdate(org.apache.lucene.index.Term term, org.apache.lucene.document.Document document, Index.UpdateMode mode)
           
static Index.Operation Operations.newUpdate(org.apache.lucene.index.Term term, org.apache.lucene.document.Document document, Index.UpdateMode mode)
           
 Index.Result Index.perform(Index.Operation operation)
          Perform an Index.Operation on the index.
 

Constructor parameters in com.atlassian.jira.index with annotations of type NotNull
DefaultConfiguration(org.apache.lucene.store.Directory directory, org.apache.lucene.analysis.Analyzer analyzer)
           
DefaultConfiguration(org.apache.lucene.store.Directory directory, org.apache.lucene.analysis.Analyzer analyzer)
           
DefaultConfiguration(org.apache.lucene.store.Directory directory, org.apache.lucene.analysis.Analyzer analyzer, IndexWriterConfiguration writerConfiguration)
           
DefaultConfiguration(org.apache.lucene.store.Directory directory, org.apache.lucene.analysis.Analyzer analyzer, IndexWriterConfiguration writerConfiguration)
           
DefaultConfiguration(org.apache.lucene.store.Directory directory, org.apache.lucene.analysis.Analyzer analyzer, IndexWriterConfiguration writerConfiguration)
           
MultiThreadedIndexingStrategy(IndexingStrategy strategy, MultiThreadedIndexingConfiguration config, String threadPrefix)
           
 

Uses of NotNull in com.atlassian.jira.issue.customfields
 

Methods in com.atlassian.jira.issue.customfields with annotations of type NotNull
 List<FieldConfigItemType> CustomFieldType.getConfigurationItemTypes()
          Returns a List of FieldConfigItemType objects.
 Map<String,Object> CustomFieldType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
          The custom field may wish to pass parameters to the velocity context beyond the getValueFromIssue methods (eg managers).
 

Method parameters in com.atlassian.jira.issue.customfields with annotations of type NotNull
 int SortableCustomField.compare(T customFieldObjectValue1, T customFieldObjectValue2, FieldConfig fieldConfig)
          Compares the two custom field objects.
 int SortableCustomField.compare(T customFieldObjectValue1, T customFieldObjectValue2, FieldConfig fieldConfig)
          Compares the two custom field objects.
 

Uses of NotNull in com.atlassian.jira.issue.customfields.impl
 

Methods in com.atlassian.jira.issue.customfields.impl with annotations of type NotNull
 List<FieldConfigItemType> ProjectCFType.getConfigurationItemTypes()
           
 List<FieldConfigItemType> SelectCFType.getConfigurationItemTypes()
           
 List<FieldConfigItemType> CascadingSelectCFType.getConfigurationItemTypes()
           
 List<FieldConfigItemType> MultiSelectCFType.getConfigurationItemTypes()
           
 List<FieldConfigItemType> VersionCFType.getConfigurationItemTypes()
           
 List<FieldConfigItemType> CalculatedCFType.getConfigurationItemTypes()
           
 List<FieldConfigItemType> AbstractCustomFieldType.getConfigurationItemTypes()
           
protected  PersistenceFieldType ProjectCFType.getDatabaseType()
           
protected  PersistenceFieldType UserCFType.getDatabaseType()
           
protected  PersistenceFieldType MultiGroupCFType.getDatabaseType()
           
protected  PersistenceFieldType NumberCFType.getDatabaseType()
           
protected  PersistenceFieldType TextAreaCFType.getDatabaseType()
           
protected  PersistenceFieldType DateCFType.getDatabaseType()
           
protected  PersistenceFieldType SelectCFType.getDatabaseType()
           
protected  PersistenceFieldType MultiSelectCFType.getDatabaseType()
           
protected  PersistenceFieldType DateTimeCFType.getDatabaseType()
           
protected  PersistenceFieldType MultiUserCFType.getDatabaseType()
           
protected  PersistenceFieldType VersionCFType.getDatabaseType()
           
protected  PersistenceFieldType GenericTextCFType.getDatabaseType()
           
protected  PersistenceFieldType TextCFType.getDatabaseType()
          Deprecated.  
protected abstract  PersistenceFieldType AbstractSingleFieldType.getDatabaseType()
          Type of database field needed to store this field.
protected abstract  PersistenceFieldType AbstractMultiCFType.getDatabaseType()
          Type of database field needed to store this field.
 Map<String,Object> ProjectCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> UserCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> MultiGroupCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> NumberCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> DateCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> CascadingSelectCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> ImportIdLinkCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> LabelsCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> DateTimeCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> MultiUserCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> VersionCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> AbstractCustomFieldType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 

Method parameters in com.atlassian.jira.issue.customfields.impl with annotations of type NotNull
 int UserCFType.compare(ApplicationUser customFieldObjectValue1, ApplicationUser customFieldObjectValue2, FieldConfig fieldConfig)
           
 int UserCFType.compare(ApplicationUser customFieldObjectValue1, ApplicationUser customFieldObjectValue2, FieldConfig fieldConfig)
           
 int DateCFType.compare(Date v1, Date v2, FieldConfig fieldConfig)
           
 int DateCFType.compare(Date v1, Date v2, FieldConfig fieldConfig)
           
 int DateTimeCFType.compare(Date v1, Date v2, FieldConfig fieldConfig)
           
 int DateTimeCFType.compare(Date v1, Date v2, FieldConfig fieldConfig)
           
 int NumberCFType.compare(Double customFieldObjectValue1, Double customFieldObjectValue2, FieldConfig fieldConfig)
           
 int NumberCFType.compare(Double customFieldObjectValue1, Double customFieldObjectValue2, FieldConfig fieldConfig)
           
 int ProjectCFType.compare(org.ofbiz.core.entity.GenericValue customFieldObjectValue1, org.ofbiz.core.entity.GenericValue customFieldObjectValue2, FieldConfig fieldConfig)
           
 int ProjectCFType.compare(org.ofbiz.core.entity.GenericValue customFieldObjectValue1, org.ofbiz.core.entity.GenericValue customFieldObjectValue2, FieldConfig fieldConfig)
           
 int MultiSelectCFType.compare(List<String> customFieldObjectValue1, List<String> customFieldObjectValue2, FieldConfig fieldConfig)
           
 int MultiSelectCFType.compare(List<String> customFieldObjectValue1, List<String> customFieldObjectValue2, FieldConfig fieldConfig)
           
 int CascadingSelectCFType.compare(Map<String,Option> o1, Map<String,Option> o2, FieldConfig fieldConfig)
           
 int CascadingSelectCFType.compare(Map<String,Option> o1, Map<String,Option> o2, FieldConfig fieldConfig)
           
 int VersionCFType.compare(Object customFieldObjectValue1, Object customFieldObjectValue2, FieldConfig fieldConfig)
           
 int VersionCFType.compare(Object customFieldObjectValue1, Object customFieldObjectValue2, FieldConfig fieldConfig)
           
 int LabelsCFType.compare(Set<Label> customFieldObjectValue1, Set<Label> customFieldObjectValue2, FieldConfig fieldConfig)
           
 int LabelsCFType.compare(Set<Label> customFieldObjectValue1, Set<Label> customFieldObjectValue2, FieldConfig fieldConfig)
           
 int MultiGroupCFType.compare(String customFieldObjectValue1, String customFieldObjectValue2, FieldConfig fieldConfig)
           
 int MultiGroupCFType.compare(String customFieldObjectValue1, String customFieldObjectValue2, FieldConfig fieldConfig)
           
 int SelectCFType.compare(String customFieldObjectValue1, String customFieldObjectValue2, FieldConfig fieldConfig)
           
 int SelectCFType.compare(String customFieldObjectValue1, String customFieldObjectValue2, FieldConfig fieldConfig)
           
 int MultiUserCFType.compare(String customFieldObjectValue1, String customFieldObjectValue2, FieldConfig fieldConfig)
           
 int MultiUserCFType.compare(String customFieldObjectValue1, String customFieldObjectValue2, FieldConfig fieldConfig)
           
 int GenericTextCFType.compare(String customFieldObjectValue1, String customFieldObjectValue2, FieldConfig fieldConfig)
           
 int GenericTextCFType.compare(String customFieldObjectValue1, String customFieldObjectValue2, FieldConfig fieldConfig)
           
 int TextCFType.compare(String customFieldObjectValue1, String customFieldObjectValue2, FieldConfig fieldConfig)
          Deprecated.  
 int TextCFType.compare(String customFieldObjectValue1, String customFieldObjectValue2, FieldConfig fieldConfig)
          Deprecated.  
 int CalculatedCFType.compare(T o1, T o2, FieldConfig fieldConfig)
           
 int CalculatedCFType.compare(T o1, T o2, FieldConfig fieldConfig)
           
protected  org.ofbiz.core.entity.GenericValue ProjectCFType.getObjectFromDbValue(Object databaseValue)
           
protected  ApplicationUser UserCFType.getObjectFromDbValue(Object databaseValue)
           
protected  Double NumberCFType.getObjectFromDbValue(Object databaseValue)
           
protected  Date DateCFType.getObjectFromDbValue(Object databaseValue)
           
protected  Option SelectCFType.getObjectFromDbValue(Object databaseValue)
           
protected  Date DateTimeCFType.getObjectFromDbValue(Object databaseValue)
           
protected  String GenericTextCFType.getObjectFromDbValue(Object databaseValue)
           
protected  Object StringCFType.getObjectFromDbValue(Object databaseValue)
          Deprecated.  
protected abstract  T AbstractSingleFieldType.getObjectFromDbValue(Object databaseValue)
          Returns the Transport Object for the given Custom Field value as represented by the value stored in the database
 

Uses of NotNull in com.atlassian.jira.issue.fields.config.manager
 

Methods in com.atlassian.jira.issue.fields.config.manager with annotations of type NotNull
 Collection<IssueType> IssueTypeSchemeManager.getIssueTypesForDefaultScheme()
          Return the collection of issue types associated with the default scheme.
 Collection<IssueType> IssueTypeSchemeManager.getIssueTypesForProject(org.ofbiz.core.entity.GenericValue project)
          Deprecated. Use of GenericValue is discouraged. Deprecated since: 3.9. Use IssueTypeSchemeManager.getIssueTypesForProject(Project) instead.
 Collection<IssueType> IssueTypeSchemeManager.getIssueTypesForProject(Project project)
          Return the collection of issue types associated with this project
 Collection<IssueType> IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(Project project)
          Return the collection of issue types other than sub-tasks associated with this project.
 Collection<IssueType> IssueTypeSchemeManager.getSubTaskIssueTypesForProject(Project project)
          Return the collection of sub-task issue types associated with this project Join of the result of this method and IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(com.atlassian.jira.project.Project) produces the same result as a call to IssueTypeSchemeManager.getIssueTypesForProject(com.atlassian.jira.project.Project).
 

Method parameters in com.atlassian.jira.issue.fields.config.manager with annotations of type NotNull
 Collection<IssueType> IssueTypeSchemeManager.getSubTaskIssueTypesForProject(Project project)
          Return the collection of sub-task issue types associated with this project Join of the result of this method and IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(com.atlassian.jira.project.Project) produces the same result as a call to IssueTypeSchemeManager.getIssueTypesForProject(com.atlassian.jira.project.Project).
 

Uses of NotNull in com.atlassian.jira.issue.fields.option
 

Method parameters in com.atlassian.jira.issue.fields.option with annotations of type NotNull
 OptionSet OptionSetManager.createOptionSet(FieldConfig config, Collection optionIds)
           
 OptionSet OptionSetManager.getOptionsForConfig(FieldConfig config)
           
 void OptionSetManager.removeOptionSet(FieldConfig config)
           
 OptionSet OptionSetManager.updateOptionSet(FieldConfig config, Collection optionIds)
           
 

Uses of NotNull in com.atlassian.jira.issue.index
 

Method parameters in com.atlassian.jira.issue.index with annotations of type NotNull
 Index.Result DefaultIssueIndexer.deindexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result DefaultIssueIndexer.deindexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result IssueIndexer.deindexIssues(EnclosedIterable<Issue> issues, Context context)
          Delete any existing documents for the supplied issues.
 Index.Result IssueIndexer.deindexIssues(EnclosedIterable<Issue> issues, Context context)
          Delete any existing documents for the supplied issues.
 Index.Result DefaultIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result DefaultIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result IssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context)
          Add documents for the supplied issues.
 Index.Result IssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context)
          Add documents for the supplied issues.
 Index.Result DefaultIssueIndexer.indexIssuesBatchMode(EnclosedIterable<Issue> issues, Context context)
          No other index operations should be called while this method is being called
 Index.Result DefaultIssueIndexer.indexIssuesBatchMode(EnclosedIterable<Issue> issues, Context context)
          No other index operations should be called while this method is being called
 Index.Result IssueIndexer.indexIssuesBatchMode(EnclosedIterable<Issue> issues, Context context)
          Index the given issues, use whatever is in your arsenal to do it as FAST as possible.
 Index.Result IssueIndexer.indexIssuesBatchMode(EnclosedIterable<Issue> issues, Context context)
          Index the given issues, use whatever is in your arsenal to do it as FAST as possible.
 Index.Result DefaultIssueIndexer.reindexComments(Collection<Comment> comments, Context context)
           
 Index.Result DefaultIssueIndexer.reindexComments(Collection<Comment> comments, Context context)
           
 Index.Result IssueIndexer.reindexComments(Collection<Comment> comments, Context context)
          Reindex a collection of issue comments.
 Index.Result IssueIndexer.reindexComments(Collection<Comment> comments, Context context)
          Reindex a collection of issue comments.
 Index.Result DefaultIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, boolean reIndexComments, boolean reIndexChangeHistory, boolean conditionalUpdate)
           
 Index.Result DefaultIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, boolean reIndexComments, boolean reIndexChangeHistory, boolean conditionalUpdate)
           
 Index.Result IssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, boolean reIndexComments, boolean reIndexChangeHistory, boolean conditionalUpdate)
          Re-index the given issues, delete any existing documents and add new ones.
 Index.Result IssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, boolean reIndexComments, boolean reIndexChangeHistory, boolean conditionalUpdate)
          Re-index the given issues, delete any existing documents and add new ones.
 void IndexDirectoryFactory.setIndexingMode(IndexDirectoryFactory.Mode mode)
          Sets the Indexing Mode - one of either DIRECT or QUEUED.
 

Constructor parameters in com.atlassian.jira.issue.index with annotations of type NotNull
DefaultChangeHistoryRetriever(ChangeHistoryManager changeManager, IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager, ChangeHistoryFieldConstants changeHistoryConstants, JqlChangeItemMapping jqlChangeItemMapping)
           
DefaultChangeHistoryRetriever(ChangeHistoryManager changeManager, IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager, ChangeHistoryFieldConstants changeHistoryConstants, JqlChangeItemMapping jqlChangeItemMapping)
           
DefaultChangeHistoryRetriever(ChangeHistoryManager changeManager, IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager, ChangeHistoryFieldConstants changeHistoryConstants, JqlChangeItemMapping jqlChangeItemMapping)
           
DefaultChangeHistoryRetriever(ChangeHistoryManager changeManager, IndexedChangeHistoryFieldManager indexedChangeHistoryFieldManager, ChangeHistoryFieldConstants changeHistoryConstants, JqlChangeItemMapping jqlChangeItemMapping)
           
DefaultCommentRetriever(CommentManager commentManager)
           
DefaultIssueIndexer(IndexDirectoryFactory indexDirectoryFactory, DefaultIssueIndexer.CommentRetriever commentRetriever, DefaultIssueIndexer.ChangeHistoryRetriever changeHistoryRetriever, ApplicationProperties applicationProperties)
           
DefaultIssueIndexer(IndexDirectoryFactory indexDirectoryFactory, DefaultIssueIndexer.CommentRetriever commentRetriever, DefaultIssueIndexer.ChangeHistoryRetriever changeHistoryRetriever, ApplicationProperties applicationProperties)
           
DefaultIssueIndexer(IndexDirectoryFactory indexDirectoryFactory, DefaultIssueIndexer.CommentRetriever commentRetriever, DefaultIssueIndexer.ChangeHistoryRetriever changeHistoryRetriever, ApplicationProperties applicationProperties)
           
DefaultIssueIndexer(IndexDirectoryFactory indexDirectoryFactory, DefaultIssueIndexer.CommentRetriever commentRetriever, DefaultIssueIndexer.ChangeHistoryRetriever changeHistoryRetriever, ApplicationProperties applicationProperties)
           
IndexDirectoryFactory.IndexPathAdapter(IndexPathManager indexPathManager, IndexWriterConfiguration writerConfiguration)
           
 

Uses of NotNull in com.atlassian.jira.issue.search
 

Methods in com.atlassian.jira.issue.search with annotations of type NotNull
 List<SearchRequest> SearchRequestStore.findByNameIgnoreCase(String name)
          Find search requests matching the given name.
 Query SearchRequest.getQuery()
          Gets the SearchQuery that defines the search that will be performed for this SearchRequest.
 

Method parameters in com.atlassian.jira.issue.search with annotations of type NotNull
 SearchRequest SearchRequestStore.adjustFavouriteCount(Long searchRequestId, int incrementValue)
          Updates the favourite count of the SearchRequest in the database.
 SearchRequest SearchRequestStore.create(SearchRequest request)
          Takes a SearchRequest, user, name of search request and description and persists the XML representation of the SearchRequest object to the database along with the rest of the details
 void SearchRequestStore.delete(Long id)
          Removes the SearchRequest GenericValue from the database based on its id
 SearchRequest SearchRequestStore.getSearchRequest(Long id)
          Return the search request as stored in the database
 SearchRequest SearchRequestStore.update(SearchRequest request)
          Updates an existing search request in the database.
 

Uses of NotNull in com.atlassian.jira.issue.search.managers
 

Methods in com.atlassian.jira.issue.search.managers with annotations of type NotNull
 Collection<ClauseHandler> SearchHandlerManager.getClauseHandler(String jqlClauseName)
          Return a collection of ClauseHandlers registered against the passed JQL clause name.
 Collection<ClauseHandler> SearchHandlerManager.getClauseHandler(com.atlassian.crowd.embedded.api.User user, String jqlClauseName)
          Return a collection of ClauseHandlers registered against the passed JQL clause name.
 Collection<String> SearchHandlerManager.getFieldIds(String jqlClauseName)
          Gets the field ids that are associated with the provided jqlClauseName.
 Collection<String> SearchHandlerManager.getFieldIds(com.atlassian.crowd.embedded.api.User searcher, String jqlClauseName)
          Gets the field ids that are associated with the provided jqlClauseName.
 Collection<ClauseNames> SearchHandlerManager.getJqlClauseNames(String fieldId)
          Get the ClauseNames associated with the provided field name.
 Collection<IssueSearcher<?>> SearchHandlerManager.getSearchersByClauseName(com.atlassian.crowd.embedded.api.User user, String jqlClauseName, SearchContext searchContext)
          Return a collection of IssueSearchers registered against the passed JQL clause name.
 Collection<ClauseHandler> SearchHandlerManager.getVisibleClauseHandlers(com.atlassian.crowd.embedded.api.User searcher)
          Get all the available clause handlers that the searcher can see.
 Collection<ClauseNames> SearchHandlerManager.getVisibleJqlClauseNames(com.atlassian.crowd.embedded.api.User searcher)
          Get all the available clause names that the searcher can see.
 

Uses of NotNull in com.atlassian.jira.issue.search.util
 

Methods in com.atlassian.jira.issue.search.util with annotations of type NotNull
 List<SearchSort> SearchSortUtil.concatSearchSorts(Collection<SearchSort> newSorts, Collection<SearchSort> oldSorts, int maxLength)
          Concatenate the new search sorts and the old search sorts returning a list of sorts that is only of size maxLength.
 OrderBy SearchSortUtil.getOrderByClause(Map parameterMap)
          This method is used to convert incomming, request-style, parameters into SearchSort objects.
 List<SearchSort> SearchSortUtil.mergeSearchSorts(com.atlassian.crowd.embedded.api.User user, Collection<SearchSort> newSorts, Collection<SearchSort> oldSorts, int maxLength)
          Combine the new search sorts and the old search sorts returning a list of sorts that is only of size maxLength.
 

Uses of NotNull in com.atlassian.jira.issue.vote
 

Methods in com.atlassian.jira.issue.vote with annotations of type NotNull
 Iterable<Long> VotedIssuesAccessor.getVotedIssueIds(com.atlassian.crowd.embedded.api.User voter, com.atlassian.crowd.embedded.api.User searcher, VotedIssuesAccessor.Security security)
          Get the issues a particular user has voted for.
 Iterable<String> IssueVoterAccessor.getVoterNames(Issue issue)
          Deprecated. Use IssueVoterAccessor.getVoterUserkeys(com.atlassian.jira.issue.Issue) instead. Since v6.0.
 Iterable<com.atlassian.crowd.embedded.api.User> IssueVoterAccessor.getVoters(Locale displayLocale, Issue issue)
          Convenience function that simply returns the User objects.
 Iterable<String> IssueVoterAccessor.getVoterUserkeys(Issue issue)
          Returns the userkeys for voters on the given issue.
 

Method parameters in com.atlassian.jira.issue.vote with annotations of type NotNull
 Iterable<Long> VotedIssuesAccessor.getVotedIssueIds(com.atlassian.crowd.embedded.api.User voter, com.atlassian.crowd.embedded.api.User searcher, VotedIssuesAccessor.Security security)
          Get the issues a particular user has voted for.
 Iterable<Long> VotedIssuesAccessor.getVotedIssueIds(com.atlassian.crowd.embedded.api.User voter, com.atlassian.crowd.embedded.api.User searcher, VotedIssuesAccessor.Security security)
          Get the issues a particular user has voted for.
 Iterable<Long> VotedIssuesAccessor.getVotedIssueIds(com.atlassian.crowd.embedded.api.User voter, com.atlassian.crowd.embedded.api.User searcher, VotedIssuesAccessor.Security security)
          Get the issues a particular user has voted for.
 Iterable<String> DefaultIssueVoterAccessor.getVoterNames(Issue issue)
           
 Iterable<String> IssueVoterAccessor.getVoterNames(Issue issue)
          Deprecated. Use IssueVoterAccessor.getVoterUserkeys(com.atlassian.jira.issue.Issue) instead. Since v6.0.
 Iterable<com.atlassian.crowd.embedded.api.User> DefaultIssueVoterAccessor.getVoters(Locale displayLocale, Issue issue)
           
 Iterable<com.atlassian.crowd.embedded.api.User> DefaultIssueVoterAccessor.getVoters(Locale displayLocale, Issue issue)
           
 Iterable<com.atlassian.crowd.embedded.api.User> IssueVoterAccessor.getVoters(Locale displayLocale, Issue issue)
          Convenience function that simply returns the User objects.
 Iterable<com.atlassian.crowd.embedded.api.User> IssueVoterAccessor.getVoters(Locale displayLocale, Issue issue)
          Convenience function that simply returns the User objects.
 Iterable<String> DefaultIssueVoterAccessor.getVoterUserkeys(Issue issue)
           
 Iterable<String> IssueVoterAccessor.getVoterUserkeys(Issue issue)
          Returns the userkeys for voters on the given issue.
 

Constructor parameters in com.atlassian.jira.issue.vote with annotations of type NotNull
DefaultVotedIssuesAccessor(VoteManager voteManager, SearchProvider searchProvider, SearchProviderFactory factory)
           
DefaultVotedIssuesAccessor(VoteManager voteManager, SearchProvider searchProvider, SearchProviderFactory factory)
           
DefaultVotedIssuesAccessor(VoteManager voteManager, SearchProvider searchProvider, SearchProviderFactory factory)
           
 

Uses of NotNull in com.atlassian.jira.issue.watchers
 

Methods in com.atlassian.jira.issue.watchers with annotations of type NotNull
 Iterable<Long> WatchedIssuesAccessor.getWatchedIssueIds(com.atlassian.crowd.embedded.api.User watcher, com.atlassian.crowd.embedded.api.User searcher, WatchedIssuesAccessor.Security security)
          Get the issues a particular user is watching.
 Iterable<String> IssueWatcherAccessor.getWatcherNames(Issue issue)
          Deprecated. Use IssueWatcherAccessor.getWatcherKeys(com.atlassian.jira.issue.Issue) instead. Since v6.0.
 Iterable<com.atlassian.crowd.embedded.api.User> IssueWatcherAccessor.getWatchers(Issue issue, Locale displayLocale)
          Convenience function that simply returns the User objects.
 

Method parameters in com.atlassian.jira.issue.watchers with annotations of type NotNull
 Iterable<Long> WatchedIssuesAccessor.getWatchedIssueIds(com.atlassian.crowd.embedded.api.User watcher, com.atlassian.crowd.embedded.api.User searcher, WatchedIssuesAccessor.Security security)
          Get the issues a particular user is watching.
 Iterable<Long> WatchedIssuesAccessor.getWatchedIssueIds(com.atlassian.crowd.embedded.api.User watcher, com.atlassian.crowd.embedded.api.User searcher, WatchedIssuesAccessor.Security security)
          Get the issues a particular user is watching.
 Iterable<Long> WatchedIssuesAccessor.getWatchedIssueIds(com.atlassian.crowd.embedded.api.User watcher, com.atlassian.crowd.embedded.api.User searcher, WatchedIssuesAccessor.Security security)
          Get the issues a particular user is watching.
 Iterable<String> DefaultIssueWatcherAccessor.getWatcherNames(Issue issue)
           
 Iterable<String> IssueWatcherAccessor.getWatcherNames(Issue issue)
          Deprecated. Use IssueWatcherAccessor.getWatcherKeys(com.atlassian.jira.issue.Issue) instead. Since v6.0.
 Iterable<com.atlassian.crowd.embedded.api.User> DefaultIssueWatcherAccessor.getWatchers(Issue issue, Locale displayLocale)
           
 Iterable<com.atlassian.crowd.embedded.api.User> DefaultIssueWatcherAccessor.getWatchers(Issue issue, Locale displayLocale)
           
 Iterable<com.atlassian.crowd.embedded.api.User> IssueWatcherAccessor.getWatchers(Issue issue, Locale displayLocale)
          Convenience function that simply returns the User objects.
 Iterable<com.atlassian.crowd.embedded.api.User> IssueWatcherAccessor.getWatchers(Issue issue, Locale displayLocale)
          Convenience function that simply returns the User objects.
 

Constructor parameters in com.atlassian.jira.issue.watchers with annotations of type NotNull
DefaultWatchedIssuesAccessor(WatcherManager watcherManager, SearchProvider searchProvider, SearchProviderFactory factory)
           
DefaultWatchedIssuesAccessor(WatcherManager watcherManager, SearchProvider searchProvider, SearchProviderFactory factory)
           
DefaultWatchedIssuesAccessor(WatcherManager watcherManager, SearchProvider searchProvider, SearchProviderFactory factory)
           
 

Uses of NotNull in com.atlassian.jira.jql.builder
 

Methods in com.atlassian.jira.jql.builder with annotations of type NotNull
 Query JqlQueryBuilder.buildQuery()
          This will find the root of the clause tree and build a Query whos where clause will return the generated clause and Order By clause will return the generated search order.
static JqlQueryBuilder JqlQueryBuilder.newBuilder()
           
static JqlQueryBuilder JqlQueryBuilder.newBuilder(Query existingQuery)
          Creates a new builder that clones the state of the passed in query so that you can use the resulting builder to create a slightly modified query.
static JqlClauseBuilder JqlQueryBuilder.newClauseBuilder()
          Build a new JqlClauseBuilder.
static JqlClauseBuilder JqlQueryBuilder.newClauseBuilder(Clause copy)
          Build a new JqlClauseBuilder and initialise it with the passed clause.
static JqlClauseBuilder JqlQueryBuilder.newClauseBuilder(Query query)
          Build a new JqlClauseBuilder and initialise it with the clause from the passed query.
static JqlOrderByBuilder JqlQueryBuilder.newOrderByBuilder()
          Build a new JqlOrderByBuilder.
static JqlOrderByBuilder JqlQueryBuilder.newOrderByBuilder(OrderBy copy)
          Build a new JqlOrderByBuilder and initialise it with the passed order.
static JqlOrderByBuilder JqlQueryBuilder.newOrderByBuilder(Query query)
          Build a new JqlOrderByBuilder and initialise it with the order from the passed query.
 JqlOrderByBuilder JqlQueryBuilder.orderBy()
          Creates an JqlOrderByBuilder that can be used to modify the order by statements of the JqlQueryBuilder instance.
 JqlClauseBuilder JqlQueryBuilder.where()
          Creates an JqlClauseBuilder which is used to modify the where clause portion of the JqlQueryBuilder instance.
 

Uses of NotNull in com.atlassian.jira.jql.context
 

Methods in com.atlassian.jira.jql.context with annotations of type NotNull
 ClauseContextFactory MultiClauseDecoratorContextFactory.Factory.create(ClauseContextFactory delegate)
          Same as calling create(delegate, true).
 ClauseContextFactory MultiClauseDecoratorContextFactory.Factory.create(ClauseContextFactory delegate, boolean validating)
          Wrap the passed ClauseContextFactory in a MultiClauseDecoratorContextFactory.
 

Method parameters in com.atlassian.jira.jql.context with annotations of type NotNull
 ClauseContextFactory MultiClauseDecoratorContextFactory.Factory.create(ClauseContextFactory delegate)
          Same as calling create(delegate, true).
 ClauseContextFactory MultiClauseDecoratorContextFactory.Factory.create(ClauseContextFactory delegate, boolean validating)
          Wrap the passed ClauseContextFactory in a MultiClauseDecoratorContextFactory.
 

Uses of NotNull in com.atlassian.jira.jql.query
 

Methods in com.atlassian.jira.jql.query with annotations of type NotNull
 QueryFactoryResult ClauseQueryFactory.getQuery(QueryCreationContext queryCreationContext, TerminalClause terminalClause)
          Generates a lucene query for the passed TerminalClause.
 

Method parameters in com.atlassian.jira.jql.query with annotations of type NotNull
 QueryFactoryResult ClauseQueryFactory.getQuery(QueryCreationContext queryCreationContext, TerminalClause terminalClause)
          Generates a lucene query for the passed TerminalClause.
 QueryFactoryResult ClauseQueryFactory.getQuery(QueryCreationContext queryCreationContext, TerminalClause terminalClause)
          Generates a lucene query for the passed TerminalClause.
 

Uses of NotNull in com.atlassian.jira.jql.resolver
 

Methods in com.atlassian.jira.jql.resolver with annotations of type NotNull
 Collection<T> NameResolver.getAll()
          Gets all domain objects of this type in the underlying database.
 

Uses of NotNull in com.atlassian.jira.jql.validator
 

Methods in com.atlassian.jira.jql.validator with annotations of type NotNull
 MessageSet OrderByValidator.validate(com.atlassian.crowd.embedded.api.User searcher, OrderBy orderBy)
          Will add messages if there is a portion of the order by that contains a non-orderable jql clause name or if there are any duplicates or if the user is trying to order by a field that they can't see.
 MessageSet ClauseValidator.validate(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
          Validates a clause and adds human readable i18n'ed messages if there is a problem.
 

Method parameters in com.atlassian.jira.jql.validator with annotations of type NotNull
 MessageSet ClauseValidator.validate(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
          Validates a clause and adds human readable i18n'ed messages if there is a problem.
 

Uses of NotNull in com.atlassian.jira.mock.issue.index
 

Method parameters in com.atlassian.jira.mock.issue.index with annotations of type NotNull
 Index.Result MockIssueIndexer.deindexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result MockIssueIndexer.deindexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result MockIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result MockIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result MockIssueIndexer.indexIssuesBatchMode(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result MockIssueIndexer.indexIssuesBatchMode(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result MockIssueIndexer.reindexComments(Collection<Comment> comments, Context context)
           
 Index.Result MockIssueIndexer.reindexComments(Collection<Comment> comments, Context context)
           
 Index.Result MockIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, boolean reIndexComments, boolean reIndexChangeHistory, boolean conditionalUpdate)
           
 Index.Result MockIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, boolean reIndexComments, boolean reIndexChangeHistory, boolean conditionalUpdate)
           
 

Uses of NotNull in com.atlassian.jira.mock.user
 

Method parameters in com.atlassian.jira.mock.user with annotations of type NotNull
 void MockUserHistoryManager.removeHistoryForUser(ApplicationUser user)
           
 void MockUserHistoryManager.removeHistoryForUser(com.atlassian.crowd.embedded.api.User user)
           
 

Uses of NotNull in com.atlassian.jira.notification.type
 

Method parameters in com.atlassian.jira.notification.type with annotations of type NotNull
 NotificationRecipient ApplicationUserToRecipient.apply(ApplicationUser user)
           
 

Uses of NotNull in com.atlassian.jira.plugin.jql.function
 

Methods in com.atlassian.jira.plugin.jql.function with annotations of type NotNull
 JiraDataType JqlFunction.getDataType()
          Provides the JiraDataType that this function handles and creates values for.
 String JqlFunction.getFunctionName()
          The name of the function.
 List<QueryLiteral> JqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
          Gets the unexpanded values provided by the user on input.
 FunctionOperand ClauseSanitisingJqlFunction.sanitiseOperand(com.atlassian.crowd.embedded.api.User searcher, FunctionOperand operand)
          Sanitise a function operand for the specified user, so that information is not leaked.
 MessageSet JqlFunction.validate(com.atlassian.crowd.embedded.api.User searcher, FunctionOperand operand, TerminalClause terminalClause)
          Will validate the function operand's arguments and report back any errors.
 

Method parameters in com.atlassian.jira.plugin.jql.function with annotations of type NotNull
 List<QueryLiteral> JqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
          Gets the unexpanded values provided by the user on input.
 List<QueryLiteral> JqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
          Gets the unexpanded values provided by the user on input.
 List<QueryLiteral> JqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
          Gets the unexpanded values provided by the user on input.
 void JqlFunction.init(JqlFunctionModuleDescriptor moduleDescriptor)
          Initialises this pluggable function with it's module descriptor.
 FunctionOperand ClauseSanitisingJqlFunction.sanitiseOperand(com.atlassian.crowd.embedded.api.User searcher, FunctionOperand operand)
          Sanitise a function operand for the specified user, so that information is not leaked.
 MessageSet JqlFunction.validate(com.atlassian.crowd.embedded.api.User searcher, FunctionOperand operand, TerminalClause terminalClause)
          Will validate the function operand's arguments and report back any errors.
 MessageSet JqlFunction.validate(com.atlassian.crowd.embedded.api.User searcher, FunctionOperand operand, TerminalClause terminalClause)
          Will validate the function operand's arguments and report back any errors.
 

Uses of NotNull in com.atlassian.jira.plugin.webfragment
 

Methods in com.atlassian.jira.plugin.webfragment with annotations of type NotNull
 List<SimpleLink> SimpleLinkFactory.getLinks(com.atlassian.crowd.embedded.api.User user, Map<String,Object> params)
          Generates a list of SimpleLink objects.
 List<SimpleLink> SimpleLinkManager.getLinksForSection(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLink for the given section.
 List<SimpleLink> SimpleLinkManager.getLinksForSection(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper, boolean addIconCachingPrefix)
          Gets a list of SimpleLink for the given section.
 List<SimpleLink> SimpleLinkManager.getLinksForSectionIgnoreConditions(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLink for the given section, without filtering links using the conditions specified for the links.
 List<SimpleLinkSection> SimpleLinkManager.getNotEmptySectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLinkSection for the given location, that have either web-items or other web-sections within them.
 List<SimpleLinkSection> SimpleLinkManager.getSectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLinkSection for the given location.
 

Method parameters in com.atlassian.jira.plugin.webfragment with annotations of type NotNull
 List<SimpleLink> SimpleLinkManager.getLinksForSection(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLink for the given section.
 List<SimpleLink> SimpleLinkManager.getLinksForSection(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLink for the given section.
 List<SimpleLink> SimpleLinkManager.getLinksForSection(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper, boolean addIconCachingPrefix)
          Gets a list of SimpleLink for the given section.
 List<SimpleLink> SimpleLinkManager.getLinksForSection(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper, boolean addIconCachingPrefix)
          Gets a list of SimpleLink for the given section.
 List<SimpleLink> DefaultSimpleLinkManager.getLinksForSectionIgnoreConditions(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 List<SimpleLink> DefaultSimpleLinkManager.getLinksForSectionIgnoreConditions(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 List<SimpleLink> SimpleLinkManager.getLinksForSectionIgnoreConditions(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLink for the given section, without filtering links using the conditions specified for the links.
 List<SimpleLink> SimpleLinkManager.getLinksForSectionIgnoreConditions(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLink for the given section, without filtering links using the conditions specified for the links.
 List<SimpleLinkSection> DefaultSimpleLinkManager.getNotEmptySectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 List<SimpleLinkSection> DefaultSimpleLinkManager.getNotEmptySectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 List<SimpleLinkSection> SimpleLinkManager.getNotEmptySectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLinkSection for the given location, that have either web-items or other web-sections within them.
 List<SimpleLinkSection> SimpleLinkManager.getNotEmptySectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLinkSection for the given location, that have either web-items or other web-sections within them.
 SimpleLinkSection DefaultSimpleLinkManager.getSectionForURL(String topLevelSection, String URL, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 SimpleLinkSection DefaultSimpleLinkManager.getSectionForURL(String topLevelSection, String URL, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 SimpleLinkSection SimpleLinkManager.getSectionForURL(String topLevelSection, String URL, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Recursively search through our sections within sections within sections within ...
 SimpleLinkSection SimpleLinkManager.getSectionForURL(String topLevelSection, String URL, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Recursively search through our sections within sections within sections within ...
 List<SimpleLinkSection> SimpleLinkManager.getSectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLinkSection for the given location.
 List<SimpleLinkSection> SimpleLinkManager.getSectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLinkSection for the given location.
 boolean DefaultSimpleLinkManager.shouldLocationBeLazy(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          This determines whether a location should be loaded lazily if possible.
 boolean DefaultSimpleLinkManager.shouldLocationBeLazy(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          This determines whether a location should be loaded lazily if possible.
 

Uses of NotNull in com.atlassian.jira.plugin.webfragment.model
 

Methods in com.atlassian.jira.plugin.webfragment.model with annotations of type NotNull
 String SimpleLink.getUrl()
          The URL that the link points to.
 

Constructor parameters in com.atlassian.jira.plugin.webfragment.model with annotations of type NotNull
SimpleLinkImpl(String id, String label, String title, String iconUrl, String style, Map<String,String> params, String url, String accessKey)
          Constructor taking all attributes of a link
SimpleLinkImpl(String id, String label, String title, String iconUrl, String style, Map<String,String> params, String url, String accessKey, Integer weight)
          Constructor taking all attributes of a link
SimpleLinkImpl(String id, String label, String title, String iconUrl, String style, String url, String accessKey)
          Constructor taking all attributes of a link
 

Uses of NotNull in com.atlassian.jira.plugin.webresource
 

Methods in com.atlassian.jira.plugin.webresource with annotations of type NotNull
 File JiraWebResourceIntegration.getTemporaryDirectory()
           
 

Uses of NotNull in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project with annotations of type NotNull
 Avatar MockProject.getAvatar()
           
 Avatar ProjectImpl.getAvatar()
           
 Avatar Project.getAvatar()
          Gives the currently-configured Avatar for this project.
 

Uses of NotNull in com.atlassian.jira.security.type
 

Method parameters in com.atlassian.jira.security.type with annotations of type NotNull
protected  org.apache.lucene.search.BooleanQuery AbstractIssueFieldSecurityType.getQueryForProject(Project project, com.atlassian.crowd.embedded.api.User searcher, String fieldName)
          Gets called to produce the Lucene query for a project
protected  org.apache.lucene.search.BooleanQuery AbstractIssueFieldSecurityType.getQueryForProject(Project project, com.atlassian.crowd.embedded.api.User searcher, String fieldName)
          Gets called to produce the Lucene query for a project
protected  org.apache.lucene.search.BooleanQuery AbstractIssueFieldSecurityType.getQueryForSecurityLevel(IssueSecurityLevel issueSecurity, com.atlassian.crowd.embedded.api.User searcher, String fieldName)
          Produces a Lucene query for a given issue security type such that documents match the query only when the given user is defined for the issue by this custom field in the given security.
protected  org.apache.lucene.search.BooleanQuery AbstractIssueFieldSecurityType.getQueryForSecurityLevel(IssueSecurityLevel issueSecurity, com.atlassian.crowd.embedded.api.User searcher, String fieldName)
          Produces a Lucene query for a given issue security type such that documents match the query only when the given user is defined for the issue by this custom field in the given security.
 

Uses of NotNull in com.atlassian.jira.startup
 

Methods in com.atlassian.jira.startup with annotations of type NotNull
 File JiraHomeLocator.SystemJiraHome.getHome()
           
 

Uses of NotNull in com.atlassian.jira.task
 

Method parameters in com.atlassian.jira.task with annotations of type NotNull
 TaskDescriptor<?> TaskManager.findFirstTask(TaskMatcher matcher)
          Find the first task that "matches" according to the passed matcher.
 TaskDescriptor<?> TaskManagerImpl.findFirstTask(TaskMatcher matcher)
           
 Collection<TaskDescriptor<?>> TaskManager.findTasks(TaskMatcher matcher)
          Find all the tasks that "match" according to the passed matcher.
<V> TaskDescriptor<V>
TaskManager.getLiveTask(TaskContext taskContext)
          Return the live task associated with the passed context, if one exists.
<V> TaskDescriptor<V>
TaskManagerImpl.getLiveTask(TaskContext taskContext)
           
 boolean TaskManager.hasLiveTaskWithContext(TaskContext taskContext)
          Returns true if the there are live tasks (running or submitted) that have a task context that is EQUAL to the passed in taskContext.
 boolean TaskManagerImpl.hasLiveTaskWithContext(TaskContext taskContext)
           
 boolean TaskManager.hasTaskWithContext(TaskContext taskContext)
          Returns true if the there are any tasks (submitted, running or finished) that have a task context that is EQUAL to the passed in taskContext.
 boolean TaskManagerImpl.hasTaskWithContext(TaskContext taskContext)
           
 boolean TaskManager.removeTask(Long taskId)
          Remove a task from the manager.
<V> TaskDescriptor<V>
ImportTaskManagerImpl.submitTask(Callable<V> callable, String taskName)
           
<V> TaskDescriptor<V>
ImportTaskManager.submitTask(Callable<V> callable, String taskName)
          This submits a Callable task to the manager which can then be started at the managers discretion, but hopefully very soon.
<V> TaskDescriptor<V>
TaskManager.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext)
          This submits a Callable task to the manager which can then be started at the managers discretion, but hopefully very soon.
<V> TaskDescriptor<V>
TaskManager.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext)
          This submits a Callable task to the manager which can then be started at the managers discretion, but hopefully very soon.
<V> TaskDescriptor<V>
TaskManager.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext)
          This submits a Callable task to the manager which can then be started at the managers discretion, but hopefully very soon.
<V> TaskDescriptor<V>
TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext)
           
<V> TaskDescriptor<V>
TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext)
           
<V> TaskDescriptor<V>
TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext)
           
<V> TaskDescriptor<V>
TaskManager.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext, boolean cancellable)
          This submits a Callable task to the manager which can then be started at the managers discretion, but hopefully very soon.
<V> TaskDescriptor<V>
TaskManager.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext, boolean cancellable)
          This submits a Callable task to the manager which can then be started at the managers discretion, but hopefully very soon.
<V> TaskDescriptor<V>
TaskManager.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext, boolean cancellable)
          This submits a Callable task to the manager which can then be started at the managers discretion, but hopefully very soon.
<V> TaskDescriptor<V>
TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext, boolean cancellable)
           
<V> TaskDescriptor<V>
TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext, boolean cancellable)
           
<V> TaskDescriptor<V>
TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext, boolean cancellable)
           
 

Uses of NotNull in com.atlassian.jira.task.context
 

Method parameters in com.atlassian.jira.task.context with annotations of type NotNull
static Context Contexts.percentageLogger(Sized sized, org.apache.log4j.Logger logger, String msg)
           
static Context Contexts.percentageLogger(Sized sized, org.apache.log4j.Logger logger, String msg)
           
static Context Contexts.percentageLogger(Sized sized, org.apache.log4j.Logger logger, String msg)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, com.atlassian.johnson.event.Event event)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, com.atlassian.johnson.event.Event event)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, com.atlassian.johnson.event.Event event)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, com.atlassian.johnson.event.Event event)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, com.atlassian.johnson.event.Event event)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, String msg, com.atlassian.johnson.event.Event event)
           
 

Uses of NotNull in com.atlassian.jira.user
 

Methods in com.atlassian.jira.user with annotations of type NotNull
 List<UserHistoryItem> UserAdminHistoryManager.getAdminPageHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
          Retreive the user's admin page history queue.
 List<UserHistoryItem> DefaultUserIssueHistoryManager.getFullIssueHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
           
 List<UserHistoryItem> UserIssueHistoryManager.getFullIssueHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
          Retreive the user's issue history queue.
 List<UserHistoryItem> UserIssueHistoryManager.getFullIssueHistoryWithPermissionChecks(com.atlassian.crowd.embedded.api.User user)
          Retreive the user's issue history queue.
 List<UserHistoryItem> CachingUserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
           
 List<UserHistoryItem> UserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
          Retreive the history for a given user/type.
 List<UserHistoryItem> SessionBasedAnonymousUserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
           
 List<UserHistoryItem> OfBizUserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
           
 List<UserHistoryItem> UserHistoryManager.getHistory(UserHistoryItem.Type type, ApplicationUser user)
          Retreive the user's history queue for the given UserHistoryItem.Type.
 List<UserHistoryItem> DefaultUserHistoryManager.getHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user)
           
 List<UserHistoryItem> UserHistoryManager.getHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user)
          Deprecated. Use UserHistoryManager.getHistory(com.atlassian.jira.user.UserHistoryItem.Type, ApplicationUser) instead. Since v6.0.
 List<UserHistoryItem> UserProjectHistoryManager.getProjectHistoryWithoutPermissionChecks(com.atlassian.crowd.embedded.api.User user)
          Retreive the user's project history queue.
 List<Project> UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission, com.atlassian.crowd.embedded.api.User user)
          Deprecated. since 4.4, use {#getProjectHistoryWithPermissionChecks(ProjectAction, User)}
 List<Project> UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(ProjectAction projectAction, com.atlassian.crowd.embedded.api.User user)
          Retreive the user's project history queue.
 List<Issue> DefaultUserIssueHistoryManager.getShortIssueHistory(com.atlassian.crowd.embedded.api.User user)
           
 List<Issue> UserIssueHistoryManager.getShortIssueHistory(com.atlassian.crowd.embedded.api.User user)
          Retreive the first X (jira.max.issue.history.dropdown.items) Issues from the user's issue history queue.
 

Method parameters in com.atlassian.jira.user with annotations of type NotNull
 void CachingUserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem historyItem)
           
 void CachingUserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem historyItem)
           
 void UserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem historyItem)
          Add a history item to the database.
 void SessionBasedAnonymousUserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem historyItem)
           
 void SessionBasedAnonymousUserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem historyItem)
           
 void OfBizUserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem item)
           
 void OfBizUserHistoryStore.addHistoryItem(ApplicationUser user, UserHistoryItem item)
           
 void OfBizUserHistoryStore.addHistoryItemNoChecks(ApplicationUser user, UserHistoryItem item)
          Optimised method for adding a history item.
 void OfBizUserHistoryStore.addHistoryItemNoChecks(ApplicationUser user, UserHistoryItem item)
          Optimised method for adding a history item.
 void DefaultUserIssueHistoryManager.addIssueToHistory(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 void DefaultUserIssueHistoryManager.addIssueToHistory(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 void DefaultUserHistoryManager.addItemToHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user, String entityId)
           
 void DefaultUserHistoryManager.addItemToHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user, String entityId)
           
 void DefaultUserHistoryManager.addItemToHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user, String entityId)
           
 void DefaultUserHistoryManager.addItemToHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user, String entityId, String data)
           
 void DefaultUserHistoryManager.addItemToHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user, String entityId, String data)
           
 void OfBizUserHistoryStore.expireOldHistoryItems(ApplicationUser user, UserHistoryItem.Type type, Collection<String> entityIds)
          Method for expiring old items.
 void OfBizUserHistoryStore.expireOldHistoryItems(ApplicationUser user, UserHistoryItem.Type type, Collection<String> entityIds)
          Method for expiring old items.
 List<UserHistoryItem> CachingUserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
           
 List<UserHistoryItem> CachingUserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
           
 List<UserHistoryItem> UserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
          Retreive the history for a given user/type.
 List<UserHistoryItem> UserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
          Retreive the history for a given user/type.
 List<UserHistoryItem> OfBizUserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
           
 List<UserHistoryItem> OfBizUserHistoryStore.getHistory(UserHistoryItem.Type type, ApplicationUser user)
           
 List<UserHistoryItem> DefaultUserHistoryManager.getHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user)
           
 boolean DefaultUserHistoryManager.hasHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user)
           
 boolean DefaultUserHistoryManager.hasHistory(UserHistoryItem.Type type, com.atlassian.crowd.embedded.api.User user)
           
 Set<UserHistoryItem.Type> CachingUserHistoryStore.removeHistoryForUser(ApplicationUser user)
           
 void DefaultUserHistoryManager.removeHistoryForUser(ApplicationUser user)
           
 Set<UserHistoryItem.Type> UserHistoryStore.removeHistoryForUser(ApplicationUser user)
          Remove all history items for a given user.
 Set<UserHistoryItem.Type> SessionBasedAnonymousUserHistoryStore.removeHistoryForUser(ApplicationUser user)
           
 Set<UserHistoryItem.Type> OfBizUserHistoryStore.removeHistoryForUser(ApplicationUser user)
           
 void UserHistoryManager.removeHistoryForUser(ApplicationUser user)
          Remove the user's history.
 void DefaultUserHistoryManager.removeHistoryForUser(com.atlassian.crowd.embedded.api.User user)
           
 void UserHistoryManager.removeHistoryForUser(com.atlassian.crowd.embedded.api.User user)
          Deprecated. Use UserHistoryManager.removeHistoryForUser(ApplicationUser) instead. Since v6.0.
 void OfBizUserHistoryStore.updateHistoryItemNoChecks(ApplicationUser user, UserHistoryItem item)
          Optimised method for updating a record in the database.
 void OfBizUserHistoryStore.updateHistoryItemNoChecks(ApplicationUser user, UserHistoryItem item)
          Optimised method for updating a record in the database.
 

Constructor parameters in com.atlassian.jira.user with annotations of type NotNull
CachingUserHistoryStore(OfBizUserHistoryStore delegatingStore, ApplicationProperties applicationProperties)
           
CachingUserHistoryStore(OfBizUserHistoryStore delegatingStore, ApplicationProperties applicationProperties)
           
DefaultUserHistoryManager(UserHistoryStore store)
           
 

Uses of NotNull in com.atlassian.jira.user.util
 

Methods in com.atlassian.jira.user.util with annotations of type NotNull
 Collection<ApplicationUser> UserUtil.getAllApplicationUsers()
          Returns the all users defined in JIRA, regardless of whether they are active or not.
 Set<com.atlassian.crowd.embedded.api.User> UserUtil.getAllUsers()
          Deprecated. Since v4.3. Use UserUtil.getUsers().
 Collection<com.atlassian.crowd.embedded.api.User> UserUtil.getUsers()
          Returns the all users defined in JIRA, regardless of whether they are active or not.
 

Uses of NotNull in com.atlassian.jira.util
 

Method parameters in com.atlassian.jira.util with annotations of type NotNull
static
<T> DelegateComponentAdapter.Builder<T>
DelegateComponentAdapter.Builder.builderFor(Class<T> concrete)
           
 void StreamCopyingConsumer.consume(InputStream inputStream)
           
 void Base64InputStreamConsumer.consume(InputStream element)
           
 void Consumer.consume(T element)
          Consume the product.
static
<T> Predicate<T>
Predicates.equalTo(T check)
          A predicate that check that some input equals the passed argument.
 

Constructor parameters in com.atlassian.jira.util with annotations of type NotNull
CompositeCloseable(Closeable closeable, Closeable closeable2)
           
CompositeCloseable(Closeable closeable, Closeable closeable2)
           
RuntimeIOException(IOException cause)
           
RuntimeIOException(String message, IOException cause)
           
RuntimeIOException(String message, IOException cause)
           
UserAgentUtil.Browser(UserAgentUtil.BrowserFamily browserFamily, UserAgentUtil.BrowserMajorVersion browserMajorVersion, String browserMinorVersion)
           
UserAgentUtil.Browser(UserAgentUtil.BrowserFamily browserFamily, UserAgentUtil.BrowserMajorVersion browserMajorVersion, String browserMinorVersion)
           
UserAgentUtil.Browser(UserAgentUtil.BrowserFamily browserFamily, UserAgentUtil.BrowserMajorVersion browserMajorVersion, String browserMinorVersion)
           
 

Uses of NotNull in com.atlassian.jira.util.cache
 

Method parameters in com.atlassian.jira.util.cache with annotations of type NotNull
 T CompositeKeyCache.get(R one, S two, Supplier<T> supplier)
          Get the thing mapped to this key for the specified reader.
 T CompositeKeyCache.get(R one, S two, Supplier<T> supplier)
          Get the thing mapped to this key for the specified reader.
 

Uses of NotNull in com.atlassian.jira.util.collect
 

Method parameters in com.atlassian.jira.util.collect with annotations of type NotNull
static
<T> boolean
CollectionUtil.contains(Iterable<? extends T> iterable, Predicate<T> predicate)
          Does the supplied Iterable contain anything that matches the predicate?
static
<T> boolean
CollectionUtil.contains(Iterable<? extends T> iterable, Predicate<T> predicate)
          Does the supplied Iterable contain anything that matches the predicate?
static
<T> boolean
CollectionUtil.contains(Iterator<? extends T> iterator, Predicate<T> predicate)
          Does the supplied Iterator contain anything that matches the predicate?
static
<T> boolean
CollectionUtil.contains(Iterator<? extends T> iterator, Predicate<T> predicate)
          Does the supplied Iterator contain anything that matches the predicate?
static
<T> List<T>
CollectionUtil.copyAsImmutableList(Collection<? extends T> copy)
          Return an immutable list copy of the passed collection.
static
<K,V> Map<K,V>
CollectionUtil.copyAsImmutableMap(Map<? extends K,? extends V> copy)
          Return an immutable copy of the passed map.
static
<T> Set<T>
CollectionUtil.copyAsImmutableSet(Collection<? extends T> copy)
          Return an immutable set copy of the passed collection.
static
<T> Collection<T>
CollectionUtil.filter(Collection<T> collection, Predicate<? super T> predicate)
          Create a filtered Collection.
static
<T> Collection<T>
CollectionUtil.filter(Collection<T> collection, Predicate<? super T> predicate)
          Create a filtered Collection.
static
<T> Iterable<T>
CollectionUtil.filter(Iterable<T> iterable, Predicate<? super T> predicate)
          Create a filtered Iterable.
static
<T> Iterable<T>
CollectionUtil.filter(Iterable<T> iterable, Predicate<? super T> predicate)
          Create a filtered Iterable.
static
<T> Iterator<T>
CollectionUtil.filter(Iterator<T> iterator, Predicate<? super T> predicate)
          Create a filtered Iterator.
static
<T> Iterator<T>
CollectionUtil.filter(Iterator<T> iterator, Predicate<? super T> predicate)
          Create a filtered Iterator.
static
<T,R extends T>
Collection<R>
CollectionUtil.filterByType(Iterable<T> iterable, Class<R> subclass)
          Filter a Collection for the specified subtype.
static
<T,R extends T>
Collection<R>
CollectionUtil.filterByType(Iterable<T> iterable, Class<R> subclass)
          Filter a Collection for the specified subtype.
static
<T> T
CollectionUtil.findFirstMatch(Iterable<? extends T> iterable, Predicate<T> predicate)
          Return the first found element that the predicate matches.
static
<T> T
CollectionUtil.first(Iterable<? extends T> iterable)
          Get the first element of a an Iterable in iteration order, or null if empty.
static
<T> void
CollectionUtil.foreach(Iterable<T> iterable, Consumer<T> consumer)
          For each element in the iterator, consume the contents.
static
<T> void
CollectionUtil.foreach(Iterator<? extends T> iterator, Consumer<T> consumer)
          For each element in the iterator, consume the contents.
static
<T> void
CollectionUtil.foreach(Iterator<? extends T> iterator, Consumer<T> consumer)
          For each element in the iterator, consume the contents.
static
<T> int
CollectionUtil.indexOf(Iterable<? extends T> iterable, Predicate<? super T> predicate)
          Returns the index of the first element that matches the predicate.
static
<T> int
CollectionUtil.indexOf(Iterable<? extends T> iterable, Predicate<? super T> predicate)
          Returns the index of the first element that matches the predicate.
static
<T> List<T>
CollectionUtil.sort(Collection<? extends T> collection, Comparator<T> comparator)
          Copy and sort the passed collection and return an unmodifiable List of the elements.
static
<T> List<T>
CollectionUtil.sort(Collection<? extends T> collection, Comparator<T> comparator)
          Copy and sort the passed collection and return an unmodifiable List of the elements.
static
<T> List<T>
CollectionUtil.toList(Enumeration<? extends T> enumeration)
          Turn the enumeration into a list.
static
<T> List<T>
CollectionUtil.toList(Iterable<? extends T> iterable)
          Turn the iterable into a list.
static
<T> List<T>
CollectionUtil.toList(Iterator<? extends T> iterator)
          Turn the iterator into a list.
static
<T> Set<T>
CollectionUtil.toSet(Iterable<? extends T> iterable)
          Turn the iterable into a Set.
static
<T> Set<T>
CollectionUtil.toSet(Iterator<? extends T> iterator)
          Turn the iterable into a Set.
static
<T,R> List<R>
CollectionUtil.transform(Iterable<? extends T> iterable, Function<T,R> transformer)
          Return a List that is transformed from elements of the input type to elements of the output type by a transformer function.
static
<T,R> List<R>
CollectionUtil.transform(Iterable<? extends T> iterable, Function<T,R> transformer)
          Return a List that is transformed from elements of the input type to elements of the output type by a transformer function.
static
<T,R> List<R>
CollectionUtil.transform(Iterator<? extends T> iterator, Function<T,R> transformer)
          Return a List that is transformed from elements of the input type to elements of the output type by a transformer function.
static
<T,R> List<R>
CollectionUtil.transform(Iterator<? extends T> iterator, Function<T,R> transformer)
          Return a List that is transformed from elements of the input type to elements of the output type by a transformer function.
static
<T,R> Iterator<R>
CollectionUtil.transformIterator(Iterator<? extends T> iterator, Function<T,R> transformer)
          Return an Iterator that is transformed from elements of the input type to elements of the output type by a transformer function.
static
<T,R> Iterator<R>
CollectionUtil.transformIterator(Iterator<? extends T> iterator, Function<T,R> transformer)
          Return an Iterator that is transformed from elements of the input type to elements of the output type by a transformer function.
static
<T,R> Set<R>
CollectionUtil.transformSet(Iterable<T> iterable, Function<T,R> transformer)
          Return a Set that is transformed from elements of the input type to elements of the output type by a transformer function.
static
<T,R> Set<R>
CollectionUtil.transformSet(Iterable<T> iterable, Function<T,R> transformer)
          Return a Set that is transformed from elements of the input type to elements of the output type by a transformer function.
 

Uses of NotNull in com.atlassian.jira.util.index
 

Method parameters in com.atlassian.jira.util.index with annotations of type NotNull
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, com.atlassian.johnson.event.Event event)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, com.atlassian.johnson.event.Event event)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, com.atlassian.johnson.event.Event event)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, com.atlassian.johnson.event.Event event)
           
static Context Contexts.percentageReporter(Sized sized, TaskProgressSink sink, I18nHelper i18n, org.apache.log4j.Logger logger, com.atlassian.johnson.event.Event event)
           
 

Uses of NotNull in com.atlassian.jira.util.lang
 

Method parameters in com.atlassian.jira.util.lang with annotations of type NotNull
static
<U,V> Pair<U,V>
Pair.strictPairOf(U first, V second)
          A pair that doesn't allow null values.
static
<U,V> Pair<U,V>
Pair.strictPairOf(U first, V second)
          A pair that doesn't allow null values.
 

Uses of NotNull in com.atlassian.jira.util.log
 

Methods in com.atlassian.jira.util.log with annotations of type NotNull
 Collection<File> JiraLogLocator.findAllJiraLogFiles()
          Return a collection of all JIRA log files.
 

Uses of NotNull in com.atlassian.jira.web.component
 

Method parameters in com.atlassian.jira.web.component with annotations of type NotNull
 List<ModuleWebComponentFields.SectionsAndLinks> ModuleWebComponentFields.getDropdownSections(String key, com.atlassian.crowd.embedded.api.User user, JiraHelper helper)
          Returns dropdown sections and links for the given module
 List<ModuleWebComponentFields.SectionsAndLinks> ModuleWebComponentFields.getDropdownSections(String key, com.atlassian.crowd.embedded.api.User user, JiraHelper helper)
          Returns dropdown sections and links for the given module
 List<SimpleLink> ModuleWebComponentFields.getHeaderItems(String key, com.atlassian.crowd.embedded.api.User user, JiraHelper helper)
          Returns header links for the given module
 List<SimpleLink> ModuleWebComponentFields.getHeaderItems(String key, com.atlassian.crowd.embedded.api.User user, JiraHelper helper)
          Returns header links for the given module
 List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> ModuleWebComponentFields.getPanels(String key, Map<String,Object> params)
          Returns panel descriptors for given module
 List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> ModuleWebComponentFields.getPanels(String key, Map<String,Object> params)
          Returns panel descriptors for given module
 

Uses of NotNull in com.atlassian.jira.workflow
 

Method parameters in com.atlassian.jira.workflow with annotations of type NotNull
static boolean WorkflowUtil.isAcceptableName(String workflowName, String fieldName, ErrorCollection errorCollection)
          Check if given workflow name is valid that means it: Is not blank, contains only ASCII characters, does not contain leading or trailing whitespaces If any of the above is not meet the first error is added to errorCollection If workflow name is valid then no error will be added to errorCollection
static boolean WorkflowUtil.isAcceptableName(String workflowName, String fieldName, ErrorCollection errorCollection)
          Check if given workflow name is valid that means it: Is not blank, contains only ASCII characters, does not contain leading or trailing whitespaces If any of the above is not meet the first error is added to errorCollection If workflow name is valid then no error will be added to errorCollection
 

Uses of NotNull in com.atlassian.query.order
 

Methods in com.atlassian.query.order with annotations of type NotNull
 List<SearchSort> OrderBy.getSearchSorts()
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.