Package org.jreleaser.sdk.twitter
Class UpdateStatusTwitterCommand
- java.lang.Object
-
- org.jreleaser.sdk.twitter.UpdateStatusTwitterCommand
-
- All Implemented Interfaces:
TwitterCommand
public class UpdateStatusTwitterCommand extends java.lang.Object- Since:
- 0.1.0
- Author:
- Andres Almiray
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateStatusTwitterCommand.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateStatusTwitterCommand.Builderbuilder(org.jreleaser.util.JReleaserLogger logger)voidexecute()
-
-
-
Field Detail
-
dryrun
protected final boolean dryrun
-
twitter
protected final Twitter twitter
-
-
Method Detail
-
execute
public void execute() throws TwitterException- Throws:
TwitterException
-
builder
public static UpdateStatusTwitterCommand.Builder builder(org.jreleaser.util.JReleaserLogger logger)
-
-