Interface | Description |
---|---|
ExceptionalBiConsumer<T,U,E extends Exception> |
BiConsumer that can throw a checked exception.
|
ExceptionalSupplier<T,E extends Exception> |
Supplier that can throw a checked exception.
|
FileEntry |
A file that is written to a WAR file.
|
WarOperation |
An operation does something to the WAR file by modifying or adding entries.
|
Class | Description |
---|---|
AddUpgradeTaskOperation |
Adds an upgrade task to upgrades.xml file in JIRA mapped to
(latest build number in XML file) + 1 . |
ExcludeFileOperation |
Exclude files from target WAR by name.
|
FilterBuildUtilsOperation |
Modifies the
BuildUtils class of JIRA, allowing JIRA's build number to be overridden. |
PrefixedFileEntry |
Wrapper to add a prefix to an existing file entry.
|
RemovePathEntry |
Wrapper to remove any path information from a file entry.
|
SimpleFileEntry | |
UncloseableInputStream | |
WarHacker |
Write modified JIRA WAR files for testing purposes.
|
Enum | Description |
---|---|
FilterBuildUtilsOperation.Field |
Copyright © 2002-2024 Atlassian. All Rights Reserved.