com.atlassian.jira.util.system.patch
Interface AppliedPatchInfo


public interface AppliedPatchInfo

This simple object that describes the information about an AppliedPatch in JIRA

Since:
v4.0

Method Summary
 String getDescription()
           
 String getIssueKey()
           
 

Method Detail

getIssueKey

String getIssueKey()
Returns:
the issue key for the patch

getDescription

String getDescription()
Returns:
a description of the patch


Copyright © 2002-2012 Atlassian. All Rights Reserved.