@Deprecated public class MavenUploadablePlugin extends Object implements UploadablePlugin
PLUGIN_DESCRIPTOR_FILENAME| Constructor and Description |
|---|
MavenUploadablePlugin(String key,
String displayName,
MavenDependency dependency)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Deprecated.
|
File |
getFile()
Deprecated.
Returns a file representing the plugin in the local repository, using the conventions of a Maven 2 repository.
|
String |
getKey()
Deprecated.
The plugin key of the plugin.
|
String |
toString()
Deprecated.
|
public MavenUploadablePlugin(String key, String displayName, MavenDependency dependency)
key - the plugin keydisplayName - the full name of the plugin, used to assert that the plugin was uploaded successfullydependency - the dependency to uploadpublic String getKey()
Pluginpublic String getDisplayName()
getDisplayName in interface Pluginpublic File getFile()
getFile in interface UploadablePluginLocalMavenDependency.getFile()Copyright © 2003–2019 Atlassian. All rights reserved.