public class JiraTransformers extends Object
| Modifier and Type | Field and Description | 
|---|---|
static org.apache.commons.collections.Transformer | 
ISSUE_ID
Transformer that turns  
Issue objects into their Long ID. | 
static org.apache.commons.collections.Transformer | 
NULL_SWAP
Transforms nulls into "-1" 
 | 
static org.apache.commons.collections.Transformer | 
NULL_SWAP_STRING
Transforms objects into their String.valueOf and nulls into "-1" 
 | 
| Constructor and Description | 
|---|
JiraTransformers()  | 
public static final org.apache.commons.collections.Transformer ISSUE_ID
Issue objects into their Long ID.public static final org.apache.commons.collections.Transformer NULL_SWAP
public static final org.apache.commons.collections.Transformer NULL_SWAP_STRING
Copyright © 2002-2021 Atlassian. All Rights Reserved.