Class ScmPushResult
- java.lang.Object
-
- pl.allegro.tech.build.axion.release.domain.scm.ScmPushResult
-
public class ScmPushResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ScmPushResult(ScmPushResultOutcome outcome, java.util.Optional<org.eclipse.jgit.transport.RemoteRefUpdate.Status> failureCause, java.util.Optional<java.lang.String> remoteMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<org.eclipse.jgit.transport.RemoteRefUpdate.Status>getFailureStatus()ScmPushResultOutcomegetOutcome()java.util.Optional<java.lang.String>getRemoteMessage()
-
-
-
Constructor Detail
-
ScmPushResult
public ScmPushResult(ScmPushResultOutcome outcome, java.util.Optional<org.eclipse.jgit.transport.RemoteRefUpdate.Status> failureCause, java.util.Optional<java.lang.String> remoteMessage)
-
-
Method Detail
-
getOutcome
public ScmPushResultOutcome getOutcome()
-
getFailureStatus
public java.util.Optional<org.eclipse.jgit.transport.RemoteRefUpdate.Status> getFailureStatus()
-
getRemoteMessage
public java.util.Optional<java.lang.String> getRemoteMessage()
-
-