Class DropboxPublisher
java.lang.Object
jenkins.plugins.publish_over.BapPublisher<DropboxTransfer>
org.jenkinsci.plugins.publishoverdropbox.impl.DropboxPublisher
- All Implemented Interfaces:
Describable<DropboxPublisher>,Serializable
public class DropboxPublisher
extends jenkins.plugins.publish_over.BapPublisher<DropboxTransfer>
implements Describable<DropboxPublisher>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDropboxPublisher(String configName, boolean verbose, ArrayList<DropboxTransfer> transfers, boolean useWorkspaceInPromotion, boolean usePromotionTimestamp, DropboxRetry dropboxRetry, DropboxPublisherLabel dropboxLabel) -
Method Summary
Methods inherited from class jenkins.plugins.publish_over.BapPublisher
addToEquals, addToHashCode, addToToString, getConfigName, getCredentials, getLabel, getRetry, getTransfers, isUsePromotionTimestamp, isUseWorkspaceInPromotion, isVerbose, perform, setConfigName, setEffectiveEnvironmentInBuildInfo, setTransfers, setUsePromotionTimestamp, setUseWorkspaceInPromotion, setVerbose
-
Constructor Details
-
DropboxPublisher
@DataBoundConstructor public DropboxPublisher(String configName, boolean verbose, ArrayList<DropboxTransfer> transfers, boolean useWorkspaceInPromotion, boolean usePromotionTimestamp, DropboxRetry dropboxRetry, DropboxPublisherLabel dropboxLabel)
-
-
Method Details
-
getDropboxRetry
-
getDropboxLabel
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<DropboxPublisher>
-
equals
- Overrides:
equalsin classjenkins.plugins.publish_over.BapPublisher<DropboxTransfer>
-
hashCode
public int hashCode()- Overrides:
hashCodein classjenkins.plugins.publish_over.BapPublisher<DropboxTransfer>
-
toString
- Overrides:
toStringin classjenkins.plugins.publish_over.BapPublisher<DropboxTransfer>
-