com.atlassian.jira.webtests.ztests.bundledplugins2.rest
Class TestWorkflowTransitionProperties.PropertyBean

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.TestWorkflowTransitionProperties.PropertyBean
Enclosing class:
TestWorkflowTransitionProperties

public static class TestWorkflowTransitionProperties.PropertyBean
extends Object


Field Summary
static com.sun.jersey.api.client.GenericType<List<TestWorkflowTransitionProperties.PropertyBean>> LIST
           
 
Constructor Summary
TestWorkflowTransitionProperties.PropertyBean(String key, String value)
           
 
Method Summary
 String getId()
           
 String getKey()
           
 String getValue()
           
static Map<String,String> toMap(List<TestWorkflowTransitionProperties.PropertyBean> beans)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST

public static final com.sun.jersey.api.client.GenericType<List<TestWorkflowTransitionProperties.PropertyBean>> LIST
Constructor Detail

TestWorkflowTransitionProperties.PropertyBean

public TestWorkflowTransitionProperties.PropertyBean(String key,
                                                     String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()

getId

public String getId()

toMap

public static Map<String,String> toMap(List<TestWorkflowTransitionProperties.PropertyBean> beans)


Copyright © 2002-2014 Atlassian. All Rights Reserved.