@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()
Plugin
public String getDisplayName()
getDisplayName
in interface Plugin
public File getFile()
getFile
in interface UploadablePlugin
LocalMavenDependency.getFile()
Copyright © 2003–2015 Atlassian. All rights reserved.